here is the solution : https://confluence.atlassian.com/jirakb/sort-fix-version-s-into-a-correct-order-on-the-issue-search-result-950290183.html
In case you have more that 10 records to fix, work with your system admin to run a update sql to update the sequence. Please make sure that the JIRA instance is down before you run any insert/update SQL or it can corrupt your instance. Also test your sql on your Test instance first.
Hi @J
Tried to replicate a similar scenario and order by fixversion does work for me fora similar query as yours. Can you get us some more information?
May be there are chances you missed to notice the order due to the absence of various fix version?
Can you please check those parameters and let us know and it will be easier to troubleshoot?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The query is below...
project = product request AND text ~ matching ORDER BY FixedVersion ASC
The first 27 records were sorted correctly then it goes out of order after that.
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.