
This extension is for developers who use GitHub and an issue tracking system like Jira in their workflow process. When viewing a pull request, this extension will add a link next a branch named after a ticket number.
On a Pull Request Page:
The extension will match a branch name with the provided regular expression and turn it into a link.
On the Pull Request Listing Page:
The extension will parse the comment in the PR using the regular expression provided.
Mainly I made this to help me work, but maybe it will help others as well.
Change List
2.0.0 – Renamed the extension. Adding support for other issue trackers besides jira.
1.2.0 – Added goto Jira buttons to Pull Request list page
1.1.0 – Fixed issue after github made html changes to the PR page
1.0.1 – Fixed bug that would add multiple buttons on certain ajax calls
I’ll never use GitHub and Jira without this extension