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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.