It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hi,
is it possible to customize the release notes with JIRA cloud? Or alternatively install a plugins that can generate release notes?
My understanding is that cloud installations are quite limiting in what you can do, but not sure what is possible and what is not. Is there any documentation on that?
I think this would best be solved by querying the API. You could use a script to CURL JIRA and poll data for issues in a released version.
Confluence has an add-on for generating Release Notes as a Page Blueprint.
I am not certain what exists for JIRA Cloud outside of these options.
You can get all the information you need via REST –
project = DEV AND fixVersion = latestReleasedVersion() ORDER BY rank ASC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! Feel free to mark my question as correct, I get virtual points for it.
Can I ask, are you using the external API or are you using the Confluence JIRA Report Blueprint?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
we are using the external API, similar to your example. I am not sure what the Confluence JIRA Report Blueprint does
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have multiple projects that use variations of the same base workflow. The variations depend on the requirements of the project or issue type. The variations mostly come in the form of new statuses ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.