Hello,
To sort tickets you should use the ORDER BY close. For example, to sort issue by the creation date, you would write a JQL like this:
project = PROJECT order by created
Thanks, my apologies if i was a bit unclear, it was pretty late when i wrote my original question.
What i am looking to do is a multiple tiered sorting. I want to have all tickets with a keyword appear first, then all other tickets in the same project appear by the created date. Is that a possibility?
I am thinking no and i will need to set priorities instead of keyword and sort by priority/created date?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You would need to create custom field, which would return the order of an issue and then sort by this field.
You can create such custom fields with plugins like Power Custom Fields Premium or ScriptRunner.
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.