List of oldest not resolved issues in project

Michael Strickler July 30, 2018

Hello everyone

We are working with Jira.

 

We would like to have a list of 5 (or another amount of issues, this is not so important) oldest issue in a project, may be displayed in a gadget. The level (for example: critical) doesnt matter.

Have you any idea how we can work whit Jira in this way? Whit what gadget we can solve this problem?

Thank you for answering me.

Kind reagards

Michael Strickler

1 answer

1 accepted

0 votes
Answer accepted
Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 30, 2018

Hello @Michael Strickler

You can use the "Filter results" gadget on the dashboard to display the list of issues which you are interested in. Make sure you create a JQL filter and use that filter in the "Filter results" gadget.

Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 30, 2018
Like tcp likes this
informatikus
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.
July 30, 2018

Hello @Michael Strickler, welcome to Atlassian Community.

As @Tarun Sapra already mentioned, this can be done by configuring the Filter-Results Gadget for your JIRA dashboard.

This is how your filter could look like (just restrict it to n issues by configuring the Gadget to your needs):

project="******" AND statusCategory != Done ORDER BY updatedDate ASC

Suggest an answer

Log in or Sign up to answer