This extension shows contents of linked tasks from Jira in Github
Install from here: https://chrome.google.com/webstore/detail/github-jira-integration/faenbbkpfnklhncjianlfllkfekgghih
- Throw this source in a folder somewhere
- navigate to chrome://extensions
- enable developer mode (right top)
- Load unpacked extension
- Select that folder
- Fixed compatibilty with new GitHub layout (#15, #18)
- Added ticket status in PR (#17)
- All links to tickets in commits are automatically parsed and a link will be placed (#16)
- Added possibility to filter acceptance criteria from the ticket and parse it into the PR using the template.
- Removed console logs
- Fixed Uncaught TypeError when no ticket number was found (#3)
- Automatically full a new PR description with a preset template, and will try to update the PR title with a proper one based on the tickets (the ticket number should be in your branch name)
- Fixed a button loading bug