App reads ticketlist from stdin, and pipes it to request to get ticket info from Assembla, and outputs data for JIRA migration.
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.
MIT