https://github.com/tobybatch/node-jirello
https://github.com/tobybatch/node-jirello
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tobybatch/node-jirello
- Owner: tobybatch
- License: gpl-2.0
- Created: 2015-02-26T15:55:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-26T16:22:33.000Z (about 11 years ago)
- Last Synced: 2025-01-15T02:38:50.815Z (about 1 year ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-jirello
Set-up node:
sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm
curl https://raw.githubusercontent.com/creationix/nvm/v0.11.1/install.sh | bash
source ~/.profile
Set-up environment
nvm use 0.10
npm install node-trello
npm install jira
Create config.js and populate it with correct credentials.
## Test trello
nvm use 0.10
node getTrelloBoards.js
node getTrelloLists.js 53b98cfa98c7484d545d5bb8
node getTrelloCards.js 53b98cfa98c7484d545d5bb8
node transitionTrelloTicket.js TICKET_ID 53b98cfa98c7484d545d5bb9
## Test jira
nvm use 0.10
node findJiraIssue.js ISSUE-ID
node listJiraTransitions.js ISSUE-ID
node transitionJiraIssue.js ISSUE-ID TRABSITION-ID