Versions Compared

Key

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

...

If you are on a version of the Jira Issues macro that no longer has sorting (latest Confluence release and OnDemand - see CONF-30114), then this can be very helpful. The Table Plus macro can add sorting and other features to the Jira Issues macro including styling the table differently. The key to doing this successfully can sometimes be dependent on the Confluence release (or more specifically, the release of the plugin containing Jira Issues macro). The example on this page is based on OnDemand.

...

Row formatting > Header & Footer rows > Number of Header rows

Column settings > Formatting > Column type (1

2

3

4

5

6

7

8

9

10

11)

S

S

X

M

M

S

S

S

F

F

S

Column settings > Numbering & Totaling > Auto total numeric columnsOn


Info

Please note that the Column types parameter is required for sorting. It should contain a comma separated list of values for handling each column.  Click Display Options from within the Jira Issues macro to review and optionally customize the columns to display, and thus determine how to set the Table Plus macro's Column types parameter.

...

Code Block
languagetext
linenumberstrue
{table-plus:heading=2|autoTotal=true|columnTypes=S,S,X,M,M,S,S,S,F,F,S}
{jiraissues:url=[https://bobswift.atlassian.net/sr/jira.issueviews:searchrequest-rss/temp/SearchRequest.xml?jqlQuery=project+%3D+TBL+AND+fixVersion+%3D+%226.1.0%22+ORDER+BY+priority+DESC}
{table-plus}

...

Table plus
columnTypesS,S,X,M,M,S,S,S,F,F,S
heading2autoTotaltrue

Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,assignee,reporter,priority,fixversions,story points,status
maximumIssues20
jqlQueryproject = TBL AND fixVersion = "6.1.0" ORDER BY priority DESC
serverId8382ec9d-abb6-3a29-8d72-95b9a5732a63

...