Is there a way to show developers listed on one page with their 'in progress' tasks across projects?

Drew Randol January 25, 2018
We have a team of 16 developers and are looking to see capacity across projects in one location. I have looked through gadgets and add-on's and cannot find a way to do this.

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.
January 25, 2018

You can write a JQL like

assignee in membersOf("jira-developers")

Here "jira-developers" group holds all the 16 members. If a group like this doesn't exist then you can create one. Just save the above JQL as a filter. Then on Dashboard use the 2 dimensional gadget and choose Y axis  as assignee and X axis as "status" of the issue. This way you can see the number of issues in various statuses across projects for various assignees  

Drew Randol January 25, 2018

This is exactly what I was looking for! Thank you so much. I did have to create a new user-group to apply specifically to the Dev Team (as you mentioned). 

Very much appreciate your help!

Suggest an answer

Log in or Sign up to answer