Forums

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

Modify release notes template

Mandea Mendeleev
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!
January 28, 2019

Anyone tried modifying the release notes templates according this tutorial on version 7.8.0 or a newer one?

It seems to totally ignore the customization and display the version report as default, ignoring the release notes comments

 

1 answer

1 accepted

0 votes
Answer accepted
Mandea Mendeleev
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!
January 29, 2019

Both files from the tutorial, releasenotes-with-releasecomment-text.vm and releasenotes-with-releasecomment-html.vm contain the following statement:

#if($customField.name.equals("release notes comments"))

It appears that this is not case insensitive, and actual line should be 

#if($customField.name.equals("Release notes comments"))

if we are to follow the tutorial and create a custom field named "Release notes comments"

Suggest an answer

Log in or Sign up to answer