Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Using the macros provided by this add-on, you can create a custom release notes page that pulls issue data straight from JIRA. The format for this release notes example is based on this template: https://cwiki.apache.org/confluence/display/OOOUSERS/Release+Notes+Template

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.
    • 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.
    • 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

Related Pages