How do I connect github to JIRA?

前端 未结 9 2264
既然无缘
既然无缘 2020-12-07 22:27

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

9条回答
  •  萌比男神i
    2020-12-07 23:10

    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.

提交回复
热议问题