Hello Community,
I need a JQL for a JSM cloud project with the below requirement, sort tickets in the following order :
Incidents->Service requests -> the oldest ticket and highest priority.
Suppose we have 3 tickets, with 2 Incidents and 1 service request. We would like to see Incidents first and then service requests.
In those 2 Incidents, if the priority is P2 for both, we would like to see the oldest P2 Incidents first.
hi @WasimBuden ,
try this...
project = xxxxx AND "Ticket category" in (incidents, "service requests") ORDER BY issuetype ASC, priority DESC, created ASC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.