Jira and TFS integration? [closed]

2020-05-23 08:49发布

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

7条回答
小情绪 Triste *
2楼-- · 2020-05-23 09:16

See Combining TFS with Jira - any experiences or advice?

The options are as follows:

Disclosure: I work for the UseTFS vendor Pigsty.

查看更多
萌系小妹纸
3楼-- · 2020-05-23 09:17

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...

查看更多
叛逆
4楼-- · 2020-05-23 09:20

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.

查看更多
我想做一个坏孩纸
5楼-- · 2020-05-23 09:20

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.

查看更多
太酷不给撩
6楼-- · 2020-05-23 09:23

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.

查看更多
何必那么认真
7楼-- · 2020-05-23 09:25

Apparently it's not a huge priority for Atlassian:

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

查看更多
登录 后发表回答