Jira Dashboard - Employees info

Stephanie Martin June 30, 2020

Hi all,

 

I am trying to add two gadgets to my dashboard:

One that would show the percentage of the employees in each team (Pie chart) - Do I need to create new teams in Jira or can I do custom fields and just add all employees one by one and then assign them to a team

One that would show the number of hours worked by each team in a given fix version

I am new to Jira dashboard

 

1 answer

0 votes
Graeme Burnett June 30, 2020

Firstly you have to define your teams and assign team members accordingly

https://confluence.atlassian.com/advancedroadmapsserver/creating-teams-966066115.html

The create a filter that runs your query for the Pie chart such as

project = yourProject type = Epic and status NOT in (Done, resolved, closed, rejected) order by team ASC

Save the filter appropriately named e.g.

yourProject.Epics.Team.byUser.TimeSpent

Edit the column names you want to return such as sum of time , team memberr. This will return the rows with a sum of time per user per epic per team. If you want you can mix put extra clauses on ASC c1, c2 or user ASC and DESC together. 

Stephanie Martin June 30, 2020

Thank you

I do not see any option to edit the column names on my pie chart

Suggest an answer

Log in or Sign up to answer