I use JIRA to store my my user stories and TeamCity to do my daily builds. I am trying to automate the generation of release notes (for only completed user stories) via the TeamCity build. Have you guys done this before?
Asked
Active
Viewed 2,347 times
2 Answers
3
Ok, I found a work around. here is the link to the steps
How can TeamCity generate Release notes from JIRA during a build
Enjoy!!!

Ahmed Gadir
- 364
- 1
- 9
2
Just implemented the TeamCity meta-runner which generates release notes with commits and tasks from the current TeamCity build, so you don't need to use JQL.
Give it a try.
https://github.com/olsh/teamcity-jira-release-notes/blob/master/GenerateJiraReleaseNotes.xml

olsh
- 464
- 1
- 6
- 14