Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 725 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 725 Bytes

assembla-jira-migrate

App reads ticketlist from stdin, and pipes it to request to get ticket info from Assembla, and outputs data for JIRA migration.

Usage

Copy config-dist.js to config.js and set your space id and API credentials. API credentials can be found in assembla. Do not use application credentials.

Copy a list of tickets, like so 12 54 67

pbpaste | ~/dir/json.js > tickets.json

Inside your repository of choice, run git log with a diff between branches, master and rc in this case. Then grep lines with ticket numbers, remove the hash, sort uniques and pipe it to this app to get ticket information about those tickets.

License

MIT