I\'ve been trying to find a way to update JIRA when I commit to github.
It doesn\'t look like there are any service hooks to do it at github, but you never know, som
I have made a small Chrome plugin recently which will edit GitHubs PR pages to show information on the linked Atlassian tickets.
It will require a PR title format of [ISSUE-9485] Some description
but works pretty cool, if you ask me.
https://chrome.google.com/webstore/detail/github-jira-integration/faenbbkpfnklhncjianlfllkfekgghih
Source code is here: https://github.com/RobQuistNL/chrome-github-jira
Screenshot:
EDIT: It will also automatically create a "template" for your pull request, based on content / description of the ticket.
E.g. it will take items under the header "Acceptance Criteria" and post it as a checkable list, adds some description, a how to test, etc.