Wiki source code of Display JIRA Issues in a Page
Last modified by Vincent Massol on 2026/08/04 21:49
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | The ##jira## Macro displays a set of JIRA issues in a page, as a table, a bulleted list or an enumeration. You need the id an administrator gave the JIRA instance, or its URL, as described in [[Configure a JIRA Server>>doc:documentation.extensions.admin.jira.configure-server.WebHome]]. The complete parameter list and rendered examples are in [["jira" Macro>>doc:documentation.extensions.user.jira.display-issues.macro.WebHome]]. | ||
| 2 | |||
| 3 | 1. Edit the page and insert a ##jira## Macro where the issues should appear. | ||
| 4 | 1. ((({{display reference="documentation.extensions.user.jira.display-issues.set-instance-parameter"/}}))) | ||
| 5 | 1. Write one issue key per line in the Macro content to display exactly those issues, or set ##source## to ##jql## and write a JQL query in the Macro content instead. | ||
| 6 | 1. Set ##style## to ##list## or ##enum## to display the issues as a bulleted list or as an enumeration, or leave it out to get a table. | ||
| 7 | 1. Set ##fields## to the comma-separated ids of the issue fields to display, in the order you want them, or leave it out to get the default fields of the chosen style. | ||
| 8 | 1. Set ##maxCount## to the highest number of issues you want displayed, or leave it out to let JIRA decide. | ||
| 9 | 1. Save the page. The issues JIRA returns are displayed in the style you chose.((( | ||
| 10 | {{image reference="jira-issues-result.png" size="large" alt="A saved wiki page displaying three JIRA issues as a table, with the type, key, summary, status and created date columns"/}} | ||
| 11 | ))) |