We have n number of issues in a project and we are using JQL to get the issues in order but
we are getting like
Ticket number Severity
Ep-01 s2
Ep-02 S1
Ep-03 s3 like this
Hello @Manoj Dasari
What type of field is the Severity field?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If Severity is the one and only field declared in your ORDER BY clause, it appears that the issues will be sorted based on the order of the options in the Context definition, with DESC being from the bottom of the list options to the top, and ASC being from the top of the list options to the bottom.
The ORDER BY clause will not cause the results to be sorted based on an alphabetic sorting of the list option values.
Compare the images below.
The first one shows the Context definition order of the list options along side an issue search that is ordering the issues by that field.
In the second image I have change the order of the options in the Context definition and re-executed the search. The order of the search results has changed to match the order of the the options in the Context definition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Manoj Dasari
You previously marked my Answer as Accepted. Has something changed?
Is "getting three severity fields" something new that just started occurring?
Can you provide a screen image?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Atlassian Community!
What is the "order by" clause in your 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.