need a dashboard of all users projects and tasks

Lee Church June 19, 2017

I can create dashboards for users and for my assignments, but as the manager I need a dashboard that shows all projects and all tasks/subtasks.

1 answer

0 votes
somethingblue
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 20, 2017

Hi Lee,

It's not pretty but if you press return in the search box and press return it should show Projects, Type, Status and Assignee as All unless these filters were previously modified in which case set them to All.  Change the Type to All Standard Issue Types and include the subtasks if desired.  Save that filter and click Advanced to get the jql.  In my instance this came out to the following:

issuetype in (standardIssueTypes(), subTaskIssueTypes())

To make it more readable you can order it by Project:

issuetype in (standardIssueTypes(), subTaskIssueTypes()) order by project asc

Create a Filter Results gadget and save it.  You can share it with whom you would like and choose the visibility. 

Cheers,

Branden

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events