Jira and TFS integration? [closed]
Asked Answered
K

7

12

Does anybody know of an plugin that can be used to integrate Jira with TFS?

Kalmuck answered 4/2, 2010 at 19:23 Comment(2)
Why would you like to do that? TFS has an issue tracker for itself, what would you like to do when the integration is done?Collide
possible duplicate of Combining TFS with Jira - any experiences or advice?Flautist
T
7

See Combining TFS with Jira - any experiences or advice?

The options are as follows:

Disclosure: I work for the UseTFS vendor Pigsty.

Tso answered 17/4, 2012 at 19:47 Comment(5)
Please take care when promoting your product, see the respective FAQ May I promote products or websites I am affiliated with here? for details. PS: I appreciate that you have included your contenders this time around, however, omitting the link to the non commercial option is not exactly helping your reputation in this regard, nor is omitting the disclosure again, which you have been kindly asked to include as well already.Flautist
Hi Steffen. I'm new to Stackoverflow and do appologize for not complying with rules. Finally I get to read the full comment as previous ones seem to be removed and I only got to see "Please take care when promoting your product, see the respective FAQ May I promote products or we..."As for the link to non commercial option - I was not allowed to make answer with more than two links due to low reputation.Tso
I had actually been surprised that you could create links at all and wasn't aware of the 2 link limitation meanwhile in place apparently, my apologies for that! Thanks much for your consideration, and welcome to Stack Overflow :) And good luck with your product of course, UseTFS looks like a decent and quite involved effort.Flautist
Does UseTFS work with Atlassian OnDemand... i see atlassian have disabled their "Upload Plugin" link until Mid 2013, do you have to upload the plugin into Jira or can it be installed via the marketplace directly?Melisenda
@Melisenda Unfortunately "Plugins 3" (which is base for building on-demand plugins) is still in beta phase and not available to Atlassian customers. Hopefully it'll be released soon, and UseTFS for On-Demand will be available right after this happens.Tso
K
6

Apparently it's not a huge priority for Atlassian:

http://jira.atlassian.com/browse/BAM-1950

Kurman answered 4/2, 2010 at 19:25 Comment(1)
@Kalmuck - perhaps it's a business opportunity? JIRA has a well documented API...Kurman
R
5

I've succeeded to integrate TFS and Atlassian Fisheye / Crucible through SvnBridge. It works like a charm. There are couple of additional steps:

After that everything should work. There is one more optional patch for SvnBridge which prevents some error logs on server.

But eventually everything works perfect!

You can contact me for binaries and instructions...

Rudelson answered 28/3, 2012 at 6:29 Comment(0)
S
2

I looked for something like this a while ago and couldn't find anything. I also talked to Atlassian developers directly and they didn't know of nothing that could help either.

That said, I ended up writing a custom integration piece for my customer to create TFS items from Jira items and then have the TFS status updates reflected back into Jira. It took just over a day to build so it's fairly straight forward to do assuming you know a bit of Java and both the Jira API (I used the XMLRPC interface) and TFS API's. Due to the way both systems work it required building a small middleware piece to listen for events from TFS and also to act as a REST end point for a custom action in Jira to call when the user clicked a "send to TFS" button.

Apart from that it was a case of adding some custom fields to the work item definitions on both sides to hold the cross reference values and then doing the mapping of values from one item to the other.

Unfortunately I don't have the code to share since it's on the customer site, otherwise I'd throw what I have up on a gist for you to look at. Sorry.

Speight answered 12/9, 2011 at 10:48 Comment(0)
A
1

You can use SVN Bridge to provide an SVN interface over your TFS installation. Then set up Jira / FishEye as if it was an SVN repository.

Apomorphine answered 12/5, 2011 at 1:39 Comment(0)
O
0

You could use the TFS Integration Platform. However there is no adapter for JIRA yet, however using the TFS Integration Platform (and I assume a good easy API JIRA has) means it shouldn't be too hard to do.

Ocarina answered 28/4, 2011 at 11:21 Comment(0)
F
0

I created a project a while back on this topic which may come handy for you. It's released on github. feel free to branch it and make changes.

https://github.com/mahpour/TFSToJira

Footway answered 17/4, 2013 at 14:55 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.