...
Problem
A hierarchy report was created following the Epic - Task - Sub-task relationship. The report information should show the issues following that order, but the report shows some sub-tasks are shown twice or out of place in the report.
...
Solution
Review the fields and any filter filters or JQL applied to itthem. In this case, the customer used the following fields and JQL:
Issue Type
Issue Key
Assignee
Some other Custom Fields.
JQL used:Code Block Project = REQ AND statusCategory != "Done" and id != "REQ883" AND (labels in ("bp-high", "ProblemStatement") OR component in ("Game)) order by [Projected Into QA Date] ASC
...
Remove
...
the orders or filters applied to the report, and check for the report's display
...
. In the case described, the user was altering the display of the report by adding
...
an “order by” clause in the JQL.
Info |
---|
|