views:

2001

answers:

5

Is it possible for TeamCity to integrate to JIRA like how Bamboo integrates to JIRA? I couldnt find any documentation on JetBrains website that talks about issue-tracker integration.

FYI: I heard that TeamCity is coming out with their own tracker called Charisma. Is that true?

+3  A: 

TeamCity does not have extensive integration with JIRA as Bamboo does, and I am not aware of a plugin that provides it. TeamCity does however, offer a generic integration option to external sites which can be used for basic JIRA integration.

From their documentation:

TeamCity allows to map patterns in VCS change comments to arbitrary HTML pieces using regular expression search and replace patterns. One of the most common usages is to map an issue ID mentioning into a hyperlink to the issue page in the issue tracking system.

Read more here: Mapping External Links in Comments

I haven't set this up yet on our local TeamCity, so I can't testify as to how well it works.

Matthew Jaskula
that Jira mapping worked for me without having to change the regex. Result.
Squirrel
+2  A: 

Yes, they are comming out with their own issue tracker. Read more in this blogpost: first eap for jetbrains issue tracker Charisma

you can try it here Charisma and here you can see video for some of the features

you can download the EAP version from here Charisma EAP download

Cshift3iLike
+4  A: 
Scott Cowan
+1  A: 

to follow up on the JetBrains' own issue tracker : they have released ver. 1.0 (http://www.jetbrains.com/youtrack/)

webwesen
+1  A: 

JetBrains' own issue tracker YouTrack 2.1 is already available!

Valerie Andrianova