Forums

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

How do I view a list of all of my jira issues in chronological order?

mccabe
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!
September 29, 2023

I just want to see a list of all the Jira issues created in my section and sort them in chronological order.  I can't find anything when they are sorted by priority and a mixed to completed and still open.

2 answers

3 votes
Tim Kopperud
Community Champion
September 29, 2023

@mccabe

You can simply create a filter that ends with ORDER BY. You can order by almost anything and you can combine ordering. Here are some examples:

project = mysection ORDER BY createdDate

project = mysection ORDER BY createdDate, assignee

project = mysection ORDER BY createdDate ASC

project = mysection AND resolution IS EMPTY ORDER BY createdDate DESC

project in (mysection, myproject, anotherproject) ORDER BY createdDate

Add ASC for ascending order if needed, it defaults to DESC so you don't need to add that.

Tune the filter according to your need. Save it (and share it if you want). You can reuse this filter in your dashboards, Kanaban etc.  

TimK.

2 votes
Najm Polaris
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 Leaders.
September 29, 2023

Hi @mccabe

Go to Filters->View all issues.

Filter the assignee as current user and search. Once the list appears you can sort any column just by clicking on it in the table.

 

download.png

Suggest an answer

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

Atlassian Community Events