I am trying to work out a query to return the "top" (ideally through JQL, so I can get the equivalent of highest priority issue) regardless of what they have called their top priority.
My query at present expects the priority=Highest, but we have a customer who has set it to something else (yes, I could use the term they changed it to, but we are looking for a programmatic solution.) what would be ideal is to be able to use sequence=1. That does not appear to be a queryable column (might there be a way to elevate my rights to get access?).
Thanks!
Hello @[deleted]
Welcome to the community.
As per the following documentation, you can set up your JQL to search for Priority based on the ID assigned to the priority value.
The default priorities were numbered starting with 1 for the top priority, but the priorities may have been re-ordered or custom priorities defined, so there is no guarantee that the Priority value with id=1 is in the top position for Priority ordering.
Are you querying multiple Jira instances? For a single Jira Cloud instance Priority values are a global setting, so I'm unclear on how you could have a "customer" using different values for Priority.
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.