How to configure default Release Notes in JIRA
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Diagnosis
This article addresses how to configure a default custom Release Notes template to use.
Resolution
With the custom Release Notes template already configured as in Creating Release Notes, you can set the default custom template to use by adding the following line to jira-config.properties:
1 2 3
jira.releasenotes.templatenames = foo, bar jira.releasenotes.templates = releasenotes-foo.vm, releasenotes-bar.vm, jira.releasenotes.default = foo
ℹ️ In the above example we use the "jira.releasenotes.default" setting in the properties file to set 'foo' to be the default custom Release Notes template to use.
Was this helpful?