Forum Discussion
- baxatobCommunity Hero
Hi,
Youtrack provides the API to their service - https://confluence.jetbrains.com/display/YTD4/YouTrack+REST+API+Reference
So you can create your own hand made script to post reports there.
Also it can be a subject of new feature request.
- Colin_McCraeCommunity Hero
Yep.
Their API looks reasonable enough.
I do the same to import/update tests into TestManager on TFS. Using the API.
I'd suggest if it's something you use in most/all your projects, to build it as a Script Extension so it becomes integrated into TC, and thus all your tests. Which is exactly what I've done with the TFS API calls.
- NTContributor
HI,
Ok thanks ! I will try this :)