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
In addition you can also define Webhooks on the GitHub site that do a POST-Request to other Webservers. Have a look here: https://developer.github.com/webhooks/
On the JIRA site, you have the Jira REST APIs with which you can edit or update or create or do pretty much anything with your Jira issues: https://developer.atlassian.com/display/JIRADEV/JIRA+REST+APIs