Generating "product roadmap" and "release notes" in YouTrack Follow
I use YouTrack with TeamCity, and the combination is working very well.
I wish to generate a product road-map (what issues are assigned to be fixed in what versions, grouped by subsystem, sorted by priority and showing the issue id, status, priority and description of each issue, one issue per line.
Et. sim. for release notes.
I had hoped this would be native behaviour in YouTrack but I can't find such a report.
I did mock up a report of issues fixed in version 0.3.0 of my project. I could sort the data, but I couldn't see all pertinent information on the report (just issue id and description; no status, priority, subsystem). And I couldn't effect a group-by.
How should I approach these topics in YouTrack?
Thanks, Robin.
Please sign in to leave a comment.
I just tried http://<domain>/youtrack/releaseNotes and got some really interesting results.
I can parameterise the query to show items in a specific fix version, state, etc.
Is it possible to add other fields to the output? By default I see only issueId and description. I'd like to add state,priority and subsystem.