-
Bug
-
Resolution: Timed out
-
Low
-
2
-
Severity 3 - Minor
-
Issue Summary
When you are making a JQL query with orderby clause which includes parent, we are seeing duplicates to be returned in the results.
Steps to Reproduce
- Use a JQL to query for list of issues in the project and sort by parent, you will see the results are getting duplicated.
- When making a JQL query like below gives a result like 10(say)
Project = TEST ORDER BY type ASC
- Use the JQL like below, the result shows 14(some issues are duplicated not all)
Project = TEST ORDER BY type ASC, parent DESC
Expected Results
No duplication should be seen and must match the results for both JQL queries.
Actual Results
The actual results are more than expected.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available
Form Name |
---|
Hi everyone,
Thank you for previously raising this bug and bringing it to our attention.
Within our company roadmap and work capacity, we try to address or review each bug request but admit that not each one will be resolved. To continue the culture of being honest and open, we are closing this bug to focus on our upcoming roadmap for all Jira users.
As we continue to roll out features we do look at requests made by our users and if you feel like this bug is still impacting your team please let us know.
Thank you again for providing valuable feedback to our team!
Jira Cloud team