I have a list of issues that i am tracking so i have created a search filter, is there any way to return the search results in the same order as the search string? Eg.
issue = xb-1219 OR issue = xb-1216 OR issue = xb-1220 OR issue = xb-1211 OR issue = xb-1218 OR issue = xb-1182 OR issue = xb-46 OR issue = xb-1063 OR issue = xb-967 OR issue = xb-712 OR issue = xb-796 OR issue = xb-671 OR issue = xb-899 OR issue = xb-593 OR issue = xb-287 OR issue = xb-1174 OR issue = xb-1166
I would like the returned results to be in order of
xb-1219
xb-1216
xb-1220
xb-1211
xb-1218 etc.
Hi Chuck
What is the logic behind your order rule? You may add Order By expression in your JQL based upon your logic.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.