Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Easiest way to get a cross training report in JIRA OnDemand?

Marc Bir
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 1, 2012

Basically after each sprint we want to look back at the last several sprints and ensure we are crosstraining our teams by having them work on different components. Basically something like:

Select component, sprint, distinct(Assignee) from issues

group by component, sprint

What is the easiest way to do this with JIRA OnDemand?

1 answer

0 votes
John D Patton
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.
October 22, 2012

One way to see this data would be a Filter and a Dashboard where

Filter: [ project in ("project a","project b") and Created >= "-4w" ]

Dashboard Gadget: Two Dimensional Filter Statistics [XAxis: Assignee YAxis: Component]

Not that eloquent - but it would give you an idea of the crosstraining status for a period of time.

Suggest an answer

Log in or Sign up to answer