Hello,
How can we rearrange order of numbers effected items shown in the two dimensional report.
I want to rearrange the Numbers in R2.0 Column, is it possible ?
Using the below jql query in that report
"project = "Lean Digital Core" AND issuetype = "User Requirement" and status in ("PQM Check", Approved) and (("Release_Version[Dropdown]" =R1.5 AND "R1.5 Usage Indicator[Dropdown]" != New) OR ("Release_Version[Dropdown]" =R2.0 AND ("R1.5 Usage Indicator[Dropdown]" != "Not used in this release" or "R2.0 Usage Indicator[Dropdown]" != New) OR ("Release_Version[Dropdown]" = R2.5 AND ("R1.5 Usage Indicator[Dropdown]" != "Not used in this release" or "R2.0 Usage Indicator[Dropdown]" != "Not used in this release" or "R2.5 Usage Indicator[Dropdown]" != New)))) ORDER BY cf[10002] ASC, cf[11516] ASC"
I know that we can do it by any particular custom field in the issue navigator, but wanted to reorder the Result in the report
Hi @Amzad Khan
With the built-in dashboard gadget, the closest you can do is to Sort by Total with a direction of Descending.
If you need more flexible reporting, please check the Atlassian Marketplace for addons / apps: https://marketplace.atlassian.com/
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.