Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Filter Order - custom order by issuekeys

anna.karpacheva
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 25, 2020

Hi community, 

I am trying to figure out how to present the tickets in the specify order. 

I.e. tickets set: 

ticket_1, ticket_14, ticket_22

I would like to present the in the order 

1. ticket_14

2. ticket_22

3. ticket_1

My JQL looks like this: 

issuekey in (ticket_14, ticket_22, ticket_1)

the tickets presented are shuffled and not in the order I put them in brackets. 

Q: I wonder if there is away to filter out the issekeys in the preferable order

1 answer

0 votes
Jack Nolddor _Sweet Bananas_
Atlassian Partner
June 26, 2020

Hi Anna,

In JQL ordering is managed by ORDER BY clause, when user does not specify any value for this clause, ORDER BY key DESC is used.

Sadly you cannot specify a group of defined values within ORDER BY clause, so you cannot achieve your desired presentation.

 

Further info on Advanced Searching page.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events