/release-notes-report-plugin

Extends JIRA issue reports by adding a new one grouping issues by component for a specific version. This report displays the value of a custom field (changelog notes) or the summary if the custom field does not exist.

Primary LanguageJavaMIT LicenseMIT

CircleCI GitHub tag (latest by date) License

Jira Report for Release Notes

This report has been created to build a Release Notes with issues grouped by version and component. With the last version of the report you will have the following options available:

Report configuration

Introduction

Read this article to know more about this project: https://medium.com/jahia-techblog/building-a-release-note-add-on-for-jira-65e02d9837aa

Installation

Please note that this report uses a custom field Changelog Notes and if you do not have it it will uses the summary field by default.

To install this add-on follow these instructions:

  • Get the latest version of the add-on and deploy it on your Jira instance
  • In the project report tab you’ll see a new entry Release Notes By Version And Component in the Other section

Report configuration

  • After a click on this entry, you'll see the configuration panel (see above)

Usage

New configuration fields

New fields have been added to make the report more generic. Now you can choose the custom field to use for the changelog and add HTML templates for the textarea content.

Report configuration

Tutorial

This module has been created following the Atlassian tutorial: https://developer.atlassian.com/server/jira/platform/creating-a-jira-report/

Useful links