Inserting the number of issues returned by a JQL Query

Xporter for JIRA also allows inserting in the document the number of issues returned by the execution of JQL query. 

Definition:

${jqlcount:<JQL Query>}
Expand to see the example on sample code
${jqlcount:Project = DEMO}

The example above will put the number of issues of the project DEMO in the document.

FilterJQL & FilterName

This only works when the export is made via "Xporter for JIRA" action from "Export" menu on Issue Navigator screen.

The Xporter for JIRA allows rendering the FilterJQL and the FilterName used to search Issues on Issue Navigator screen.

Definition:

${FilterJQL}

${FilterName}

  • No labels