i would like to display the results in same order in JQL for epic.
Example: issuekey in(Issue-4, issue -2, issue-31, etc.) , i wanted to display in same order.
Unfortunately, JQL does not preserve the order of the issue keys specified in the IN() clause. It only filters the results.
You can sort them using ORDER BY with a Jira field, but displaying them in a custom order such as ISSUE-4, ISSUE-2, ISSUE-31 is not supported by standard JQL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.