Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jira and git linking up

Tags:

git

jira

I recently moved to jira for my bug management tool. I have installed the most recent copy which 4.1. We use Git as our version control system, I am looking to set it up, so looking around i found that the Git Integration Plugin for JIRA by BigBrassBand is one of the most popular.

Unfortunately, like all things that happen in my day, its only fully compatible with Jira 3.13.

Anyone have suggestions for managing this, or working around it.

Also anything pre/post commit hooks with jira/git would be helpful too!

like image 803
myusuf3 Avatar asked Jul 19 '10 15:07

myusuf3


2 Answers

As you can see in this changeset, regarding the Jira Git Plugin you mentioned:

  • JGit 0.5 will be out soon, with a Jira 4 compatibility built-in.
  • For right now, you can try that GitHub repo, with Jira 4 support and branch support

Note (2011), as CharlesB mentions in the comments, the latest JGit versions have all Jira4 compatibility:

0.6 Release Notes (27/Mar/2011)

  • migrated to v2 plugin system
  • Jira 4.3 support
  • web links for Gitorius and cgit

0.5.3 Release Notes (13/Feb/2011)

  • Jira 4.2 fixes
  • [...]

[...]

0.5.1 Release Notes (15/Nov/2010)

  • support for Jira 4.1
  • tracking multiple branches
like image 58
VonC Avatar answered Sep 27 '22 20:09

VonC


Another option is to use JIRA -> FishEye -> Git

Admittedly, FishEye is another expense, but that might be preferable to messing around with plugins that only half work. FishEye also gives you a lot more information about your repositories.

Be aware that at present, the FishEye index (that is created from your Git repository) will take around 3x the space of the Git repository. Atlassian is looking into this and making some improvements in the area.

like image 23
Ben Walding Avatar answered Sep 27 '22 20:09

Ben Walding