for example
ORDER BY created DESC .. how to order the last first?
Hello @Giovanni Hawkins and welcome to the Community. You want sort on ascending: ORDER BY created ASC
thanks, laurie!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Giovanni Hawkins
If you need to reverse order your JQL filter as per given example.
Try using below JQL quiries.
ORDER BY created ASC
ORDER BY IssueKey ASC
In multiple ways as per your requirement.
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.