How do I connect github to JIRA?

前端 未结 9 2292
既然无缘
既然无缘 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条回答
  •  我在风中等你
    2020-12-07 23:00

    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

提交回复
热议问题