Displays a list of JIRA issues in a page. |
|
To add the JIRA Issues macro to a page:
Refer to the instructions below for details on obtaining the URL of the XML view of a search. An example URL is:
Step 1 — Obtain the URL of the Issue Filter

Step 2 — Embed the Issue Filter URL onto your Confluence Page
Add the JIRA Issues macro to the page, as described above.
The JIRA Issues macro allows the following parameters:
Parameter | Default | Description |
|---|---|---|
URL | none | The URL of the XML view of your selected issues in the JIRA Issue Navigator. |
JIRA Field Columns to Display | By default, the following columns are shown:
| A list of JIRA column names, separated by semi-colons (;). Example columns are: |
Display Total Numbers Only | false | When selected, the issue list will only show the number of issues in JIRA. The count will be linked to your JIRA site. |
Cache | on |
|
Anonymous Retrieval | false | When selected, JIRA will return only the issues which allow unrestricted viewing i.e. the issues which are visible to anonymous viewers, as determined by JIRA's viewing restrictions. Otherwise, the results depend on how your administrator has configured the communication between JIRA and Confluence. By default, Confluence will show only the JIRA issues which the user is authorised to view. See more details below. |
Width | 100% | The width of the table displaying the JIRA issues. Can be indicated either as a percentage (%) or in pixels (px). |
Height (pixel value only) | 480 | The height in pixels of the table displaying the JIRA issues.
|
Title | JIRA Issues | You can customise the title text at the top of the JIRA issues table with this parameter. For instance, setting the title to 'Bugs-to-fix' will replace the default 'JIRA Issues' text. This can help provide more context to the list of issues displayed. |
Render Mode | static – when the JIRA issues are displayed in a PDF or Word document, in an email message or in an RSS feed. dynamic – for all other formats. |
|
Maybe your JIRA instance is not visible to anonymous visitors — everyone has to log in before they can see JIRA issues. Or maybe some of the JIRA issues are restricted to viewing by certain users only. This section explains how to handle JIRA issues that have restricted viewing.
For Confluence 2.7.0 and later and JIRA 3.12 and later, your administrator can set up trusted communication between Confluence and JIRA. The entire process is described in the Confluence Administrator's Guide. Provided that your administrator has set up trusted communication, you don't need to add any extra parameters. Confluence and JIRA will work out the security between them, ensuring that the user will see only the issues they are authorised to see. Read the section below if you want more detail.
Formatted fields from JIRA can be displayed in Confluence if you set up a Confluence-to-JIRA Trust as described above. Otherwise, such formatted fields will be escaped within the JIRA issues macro output. This is to prevent the possibility of malicious HTML being served by an untrusted JIRA server. The most likely field where you will notice this is in the description field.
So, for example, without the trust relationship, a description column that rendered in JIRA like this -
This is
|
- would actually appear in the JIRA issues macro like this -
<p>This is<ul><li>the description</li><li>of my issue</li></ul></p> |
Configuring Confluence-to-JIRA Trust as described above will enable the field to be rendered as expected.
HTTPS
The JIRA Issues macro can access a JIRA instance running under SSL as long as the Confluence server is set to accept the JIRA SSL certificate. Refer to the Confluence Knowledge Base article for more information about problems connecting to SSL services.
And see also Troubleshooting Trusted Communication between JIRA and Confluence