Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate a change log with release notes

Frederic Laruelle
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 3, 2019

We'd like to generate a change log that includes all release notes (created from a version) into one doc.
How to automate that?

2 answers

0 votes
Anand Inamdar_Amoeboids
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 3, 2019

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

0 votes
Tiago Machado
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 3, 2019

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:

  1. Connect on your JIRA instance using OAuth
  2. Search for the issues using some JQL (something like "fixVersion = 1.0")
  3. Parse the results, collecting fields of interest (Issue Key and Summary, maybe...)
  4. Save them into some file

Please let us know if you need any assistance with any of these steps

Frederic Laruelle
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 3, 2019

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.


Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events