Dashboard - is there a way to display a list of in-process issues by project

Dean August 28, 2013

The issues in process gadget looks to filter issues in-process by the current logged in owner.. I looking for a project filter .. all issues listed in-process for a set of selected projects.

3 answers

1 accepted

0 votes
Answer accepted
Dean September 9, 2013

Thanks all, I used the Result Filter gadget with a custom filter and a sort by due date... it works great

0 votes
Theinvisibleman
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 2, 2013

Hi Dean,

You might be able to achieve your requirements by using a JQL/filter that specifies the following :

project = 'project A' and status in ('status A')

Of course, you would have to modify the filter accordingly to fit your requirements.

Once done, save it as a filter, then as Jason mentioned, use the filter results gadget to show the filter results in the dashboard

0 votes
Jason Plumhoff
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 2, 2013
You should be able to set up a saved filter that can specify which projects/statuses you are interested in. Then use the filter results gadget and set it to display your saved filter. Remember to share your filter if you want others in your organization to be able to use it.

Suggest an answer

Log in or Sign up to answer