We'd like to generate a change log that includes all release notes (created from a version) into one doc.
How to automate that?
Hey Frederic,
If you are looking for something out of the box rather than investing efforts to develop your own solution, you may want to look at our app Automated release notes for Jira.
It specifically addresses the problem you state above & is available for cloud/server as well as DC versions of Jira.
Here's a set of sample release notes generated from ARN app.
Best,
Anand
Hi,
You need to know a little about JQL and some programming language (I recommend Python and the use of a lib named JIRA )
After you are able to connect on your JIRA instance ( I recommend using OAuth 2.0 settings for authentication. Documents here and python sample here ), you will just need to join all these links togheter.
Your script will:
Please let us know if you need any assistance with any of these steps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tiago,
Nice to meet you and tks for the feedback, very useful!
I have a couple questions about your proposed solution:
1) what would trigger this code to run?
2) unless I am missing something, sounds like we'd need to run this code outside of jira and have it look at Jira periodically, ie we need to host it somewhere, that seems suboptimal.
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.