When I search multiple keys by using 'key in', the result always comes out in different order. How can I see the result in order that I have searched?
YOU CAN TRY LIKE BELOW:
Key in (abc-1, abc-2, abc-3) order by key ASC
Or
Order by key DESC
Thank you all for the kind answer. But, what I mean is this;
When I search
Key in (abc-3, abc-2, abc-5, abc-1, abc-4)
Jira automatically shows me
Key in (abc-5, abc-4, abc-3, abc-2, abc-1)
I need things not in order. Is it possible?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's not possible because in default view it always show lastest issues on top and oldest on bottom.
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.