How do I connect github to JIRA?

前端 未结 9 2259
既然无缘
既然无缘 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

    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.

提交回复
热议问题