The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Order tickets in Jira dashboard gadget by date created

Kojo
Contributor
August 23, 2021

Is it possible to edit a Jira filter results gadget to automatically show tickets in reverse chronological order? Would we need to add a column to the gadget/edit the filter to sort by date created instead?

Thank you.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

3 votes
Answer accepted
Jack Brickey
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 23, 2021

If you change your filter to be ORDER BY created DESC

Kojo
Contributor
August 24, 2021

Thank you @Jack Brickey But I don't really get your explanation. Can you please explain further and also provide any URLs?

Jack Brickey
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 24, 2021

When you use a dashboard gadget most require you to specify a filter or project. If you go to advanced search and create any filter, e.g. project = abc and status != done order by created DESC. Then you could save the filter and associate to your dashboard gadget.

Kojo
Contributor
August 24, 2021

Thank you @Jack Brickey . Any URLs to share on this?

Jack Brickey
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 24, 2021

Not sure what you are looking for exactly but …

https://yoursdomain.atlassian.net/issues/?jql=order%20by%20created%20DESC

will get you to Advanced Search screen

what-is-a-jira-dashboard 

Will help explain your dashboards and how to create and edit them.

Kojo
Contributor
August 24, 2021

Thank you @Jack Brickey 

 

But am looking for a possible way to edit a Jira filter results gadget to automatically show tickets in reverse chronological order.

Jack Brickey
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 24, 2021

I understand, and the filter that you use should allow you to change the order. As stated previously this is done by either using a ASC (ascending) or DESC (descending). Can you please provide your filter that you would be using for the gadget and which specific gadget you are using?

Once you have the filter displaying the issues that you’re interested in then let me know and I can assist with reversing the order if needed.