Project Release Notes
| 
PDF |
JIRA provides the functionality to create release notes for a specific version of a project. The release notes contain
all issues within the specified project that are marked with a specific "Fix For" version. The release notes can also be generated in a number of formats
(e.g. HTML, plain text, etc.) so as they can be included in various documents.
At present, two example format templates are provided - HTML and Text - using Velocity templates. Further format templates
can be created and added to the system.
Generating Release Notes
- Select the Browse Projects option from the main menu
- Select the project from which you wish to create release notes.
- Select Release Notes.
- Select the required format of the release notes - HTML and plain text format templates are provided.
- Select the required project version for which the release notes will be generated.
- Selecting the Create button will generate the release notes using the specified template in the specified format.
The release notes are displayed as HTML and also within a text area in the actual format selected - allowing the contents to be copied
for inclusion in another document.
Note
It is also possible to create a default set of release notes using the HTML format template. By selecting the Roadmap
option from the Reports menu, it is possible to create the HTML release notes for each un-released version by selecting the
Release Notes link after each version title.
Adding New Format Templates
- Create a Velocity template similar in content to that of the examples provided - releasenotes-text.vm and
releasenotes-html.vm. Consult the JIRA API documentation and the Jakarta 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 within the jira-application.properties file. A corresponding entry must be made
in both the jira.releasenotes.templatenames and the jira.releasenotes.templates lists. It is also necessary
that the entries in both lists are in the same order.
- Restart JIRA.
- The new format template is available for selection as a release note format template.
Also see the tutorial on How to Create a Custom Release Notes Template Containing Comments.