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 just experienced the same issue and found the answers and the official reference web maybe need to be more specific for Github enterprise version. If you are using the enterprise Github, you should:
1) Register the application under the enterprise's settings, not under the user's.
2) Suppose your JIRA site as http://myjira.com/jira which you can access your JIRA main page, then the Homapage URL and the Authorization callback URL should be the same as your JIRA site URL.
3) When add new account in JIRA, the Host field shoud be GitHub Enterprise, the Team or User Account should be the enterprise's name which can be found under the organization profile in Github.
4) The Host URL should be Github main page.
Then I think it should work for enterprise when connect the JIRA and github.