tags:

views:

158

answers:

2

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 this one to be the most popular

https://plugins.atlassian.com/plugin/details/4984

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!

Thanks.

+1  A: 

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

  • 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
VonC
Thanks.Have you managed to set it up? Repository Root and Repository Origin??
garbagecollector
@garbagecollector: no, I haven't tested it yet. At least, the support for Jira4 is in progress.
VonC
hahah but its not usable at all. thats a plus i guess.
garbagecollector
+1  A: 

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.

Ben W