0

I am using Rally for tracking my issues.

I'd like to generate Release Notes through RALLY(through some automated process) Also, I would like to know if we can have some job in Jenkins to generate Release Notes from RALLY. Rally is already integrated with my Jenkins.

ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
San7988
  • 106
  • 1
  • 7

1 Answers1

0

I haven't used Jenkins or its integration with Rally, so I can't speak to that, however Rally does have a Release Summary and a Release Traceabilty app. Essentially they give you a list of all the stories and defects scheduled in a release (the traceability one also has tasks and test cases).

Release Summary: https://github.com/RallyApps/ReleaseSummary

Release Traceability: https://github.com/RallyApps/ReleaseTraceability

If those don't work outright for you, they might be a good starting place (though the version of the API they use are depreciated).

If the name of the User Story does not help for the release notes, you could always add a custom field to stories for a more release note friendly description, and then query against that field for all the items in a given release to produce a report.

Shawn S
  • 161
  • 9