NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Wiki Markup
{scrollbar:icons=false}

h1. Using the jiraissues macro

The following is wiki markup to display unresolved issues in an open project.

{code}
Scrollbar
iconsfalse

Using the jiraissues macro

The following is wiki markup to display unresolved issues in an open project.

Code Block
{jiraissues:url=[https://tracker.nci.nih.gov/sr/jira.issueviews:searchrequest-rss/temp/SearchRequest.xml?jqlQuery=project+%3D+TEST+AND+resolution+%3D+Unresolved+ORDER+BY+priority+DESC%2C+key+DESC&tempMax=1000]|title=Unresolved JIRA TEST Issues by Priority and Key|renderMode=static}{code}

The URL is the address of the XML feed for the filtered view of the issues in a JIRA project. When the renderMode parameter is 'static,' the dynamic display features, such as sorting of columns, are disabled.

...



The following shows the output for this macro.

...



{jiraissues:url=https://tracker.nci.nih.gov/sr/jira.issueviews:searchrequest-rss/temp/SearchRequest.xml?jqlQuery=project+%3D+TEST+AND+resolution+%3D+Unresolved+ORDER+BY+priority+DESC%2C+key+DESC&tempMax=1000

...

|title=Unresolved JIRA TEST Issues by Priority and Key|renderMode=static}

The following shows the output with the renderMode set to 'dynamic.'

...



{jiraissues:url=https://tracker.nci.nih.gov/sr/jira.issueviews:searchrequest-rss/temp/SearchRequest.xml?jqlQuery=project+%3D+TEST+AND+resolution+%3D+Unresolved+ORDER+BY+priority+DESC%2C+key+DESC&tempMax=1000

...

|title=Unresolved JIRA TEST Issues by Priority and Key|renderMode=dynamic}
\\
{scrollbar:icons=false}