Hello,
I need to know if the project release notes include the release notes of their components? I searched on the web documentation / community and I dont saw anything about this information.
Thank you for helping me :)
Hello @KoDKaT
Welcome to Atlassian Community!
Per your description, I understood that you would like to include the component information in the release notes of your JIRA projects. Is that correct?
As you see in this documentation, JIRA Server versions allow you to customize new format templates for JIRA release notes. These would be the steps:
- Create a Velocity template similar in content to that of the examples provided —
releasenotes-text.vm
andreleasenotes-html.vm
. Consult the Jira API documentation and the Apache Velocity User Guide.- The title within the template should be modified along with the code within the text area. The other sections of the template do not need to be modified.
- Add the new format template to the list of existing ones within the
jira-config.properties
file. For each new template format, corresponding entries must be added to the existing values of the following properties:
jira.releasenotes.templatenames
jira.releasenotes.templates
Notes:
- Corresponding entries in both of these properties must be in the same order.
- If these properties do not exist in your
jira-config.properties
file, then:
- For each of these properties, add the property's name,
- followed by an '
=
',- followed by the content of the property's corresponding
<default-value/>
element copied from your Jira installation'sjpm.xml
file.- Next, begin adding the corresponding entries for the new format template.
See Making changes to the
jira-config.properties
file for more information.- The new format template is available for selection as a release note format template.
Also see the tutorial on Creating a Custom Release Notes Template Containing Release Comments.
Let us know if the documentation and tutorials provided give you some light in that matter.
Thank you for your reply. I will try it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are welcome, @KoDKaT
Let me know how it went for you. :)
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.