Link testcases to YouTrack item in TeamCity
Hello
I want to be able to trace failed (and succefull) testcases in TeamCity to the coresponding YouTrack Story item. Is it possible to add such a link somewhere in TeamCity for tests?
Can it be done with normal functionallity or maybe with some plugin? I would also like to have the reverse, meaning link from the story in YouTrack to the testcase in TeamCity
Thx
Please sign in to leave a comment.
Andreas,
There is no bundled functionality like that. Seems that the most easiest approach is to include YouTrack issue id in the test name.
It should be possible then to write a Java plugin for TeamCity to provide a link to the issue based on the test name.