NIH | National Cancer Institute | NCI Wiki  

WIKI MAINTENANCE NOTICE

Please be advised that NCI Wiki will be will be undergoing maintenance on Monday, June 24th between 1000 ET and 1100 ET.
Wiki will remain available, but users may experience screen refreshes or HTTP 502 errors during the maintenance period. If you encounter these errors, wait 1-2 minutes, then refresh your page.

If you have any questions or concerns, please contact the CBIIT Atlassian Management Team.

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{scrollbar:icons=false}

Page info
title
title

The JIRA macro allows you to display a table of JIRA issues on a Confluence page, to display a count of issues in a JIRA project on a Confluence page, and to create a JIRA issue in Confluence.

Tip

For detailed information about the JIRA macro, refer to the page JIRA Issues Macro

Multiexcerpt include
nopaneltrue
MultiExcerptNameExitDisclaimer
PageWithExcerptwikicontent:Exit Disclaimer to Include
on the Atlassian website.

Create a JIRA issue in Confluence

To create a JIRA issue in Confluence

  • Type {jira and when the macro browser opens, select the JIRA macro.
  • Select Create New Issue.
  • Select the Project and Issue Type.
  • Enter the Summary and Description.
  • Select the Priority.
  • Select Insert.

The issue is created in the selected JIRA project.

Display a count of JIRA issues in Confluence

To display the count of the total JIRA issues in a particular project

  • Type {jira and when the macro browser opens, select the JIRA macro.
  • In the search box, enter the JQL query corresponding to the issues you want to count.
  • Select search.
  • When the preview of the table opens, select Display Options and then Total Issue Count.
  • Select Insert.

The following is the issue count for the JQL query 

Code Block
project = TEST AND resolution = Unresolved ORDER BY priority DESC, key DESC

Jira
serverNCI Tracker
jqlQueryproject = TEST AND resolution = Unresolved ORDER BY priority DESC, key DESC
counttrue
serverId7954a81f-12da-3366-a0ef-97c806660e7c

This is a count of the unresolved issues in the Demo Project (TEST).

Display a table of JIRA issues in Confluence

To display a table listing the JIRA issues in a particular project

  • Type {jira and when the macro browser opens, select the JIRA macro.
  • In the search box, enter the JQL query corresponding to the issues you want to display.
  • Select search.
  • When the preview of the table opens, select Insert.

The following table is the output of the JQL query

Code Block
project = TEST AND resolution = Unresolved ORDER BY priority DESC, key DESC

The table displays the unresolved issues in the Demo Project (TEST).

Jira
serverNCI Tracker
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
maximumIssues20
jqlQueryproject = TEST AND resolution = Unresolved ORDER BY priority DESC, key DESC
serverId7954a81f-12da-3366-a0ef-97c806660e7c

Tip

You can also display a table of JIRA issues by entering the URL for the table in a Confluence page. The URL for the preceding table is

Code Block
https://tracker.nci.nih.gov/issues/?jql=project%20%3D%20TEST

The following table was inserted on the page by typing this URL on the page.

Jira
serverNCI Tracker
jqlQueryproject = TEST
serverId7954a81f-12da-3366-a0ef-97c806660e7c