Ahmed Gadir
Ahmed Gadir

Reputation: 364

How can I generate release notes automatically from JIRA using TeamCity?

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?

Upvotes: 4

Views: 2549

Answers (2)

olsh
olsh

Reputation: 463

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

Upvotes: 2

Ahmed Gadir
Ahmed Gadir

Reputation: 364

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!!!

Upvotes: 3

Related Questions