Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I connect github to JIRA?

Tags:

git

github

jira

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, someone might have a ninja way, so I thought I'd ask.

like image 956
user675202 Avatar asked Mar 24 '11 15:03

user675202


People also ask

How do I sync Jira issues with GitHub?

Connect new GitHub repositories Sign in to your Jira Cloud account. From the top navigation bar in Jira, select Apps > Manage your apps - GitHub for Jira > Get started. Select Configure next to the relevant GitHub organization and add the new repository you want the app to integrate with.

Does Jira support GitHub?

Developer links. The Jira and GitHub integration synchronizes development across tools and uses automation to remove manual steps and shorten delivery time. By connecting your code in GitHub to your projects in Jira, your developers can focus less on updates and more on building great products.


2 Answers

UPDATE

For integrating with Bitbucket, GitHub and GitHub Enterprise, check out the following link:

Linking Bitbucket and GitHub accounts to JIRA

ORIGINAL POST

JIRA GitHub Connector is deprecated:

This plugin has been superseded by the JIRA DVCS Connector, which includes GitHub functionality.

So to connect Jira to github use JIRA DVCS Connector for Bitbucket and GitHub:

You can connect Bitbucket or GitHub accounts with JIRA using the free JIRA DVCS Connector plugin. This plugin comes with JIRA OnDemand. For JIRA download users, this is a system plugin that you can install. Using the DVCS connector, you can:

  • Link all or a subset of your existing repositories (both public and private to JIRA).
  • Create new repositories and have them link automatically to JIRA.
  • Reference JIRA issues from DVCS commit message and have those commits appear in the issue's Commits tab in JIRA.
  • Transition issues through a JIRA OnDemand workflow (for example, Close, Reopen, and so forth) using smart commit messages.

check out Using the JIRA DVCS Connector Plugin for more information.

like image 84
Kuf Avatar answered Sep 27 '22 18:09

Kuf


Atlassian has a plugin on GitHub to connect the two:

https://github.com/atlassian/jira-github-connector-plugin

Looks like it adds a project setting to point to a GitHub project and a tab that will show your commits in GitHub.

like image 30
Eric Hauser Avatar answered Sep 27 '22 19:09

Eric Hauser