Custom Release Notes

Using the macros provided by this add-on, you can create a custom release notes page that pulls issue data straight from JIRA. 

In addition to the basic text formatting tools(e.g., bold, headers, table, lists), the following example uses additional macros to make the page more dynamic.

Macros Used

  • Jira-Confluence Issue Macro - This macro is provided by our add-on. It specifies which server to pull data from and which issues to display. Below are the parameter values for the macro.
    • JIRA Server: Your Company JIRA
    • Query: "fixVersion = 1.1.2"
  • Jira-Confluence Issue Field Macro - This macro is provided by our add-on. This example uses multiple instances of this macro to display the different fields. Below is a list of values used per macro instance.
    • Fields: [Key, Summary, Assigness, Status, Resolution, Description]
  • Expand Macro - This macro is included in Confluence by default. This example uses this macro to hide and display the specific issue details.
  • Section Macro - This macro is included in Confluence by default. In this example, the macro is used to enable us to use the Column Macro to split the Issue Details section into columns.
  • Column Macro - This macro is included in Confluence by default. This macro is used inside the Section Macro to define the columns.

 

Confluence Editor View

 

Confluence Page View

PDF Version

Below is the PDF version of this example. It was produced directly from the Confluence page by selecting Export to PDF.

.

Related Pages