Hi, I have a developer who would like to combine release notes from 2 releases in the same project. is this possible? Thanks!
Hi Audra,
Currently, it is not possible to combine release notes from 2 releases within the same project using the Release Notes feature.
There is an open feature request regarding this functionality, which you can view here: JRASERVER-42776
I recommend voting on it and leaving your feedback in a comment.
Alternatively, if you are looking for a list of issues within 2 releases, you can always run a JQL query to pull all issues from the 2 releases.
Ex:
fixVersion in (Release1, Release2)
Then once you do this, you can export the list of issues via CSV, Excel or XML.
Regards,
Javier A.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.