How to get in Jazz Reporting Service Report the name of the person who transitioned a work item to a specific state?
I am creating a report in "Jazz Reporting Service" because I need to know the name of the person that transitioned the work item into "Integration State" for example. Right now since the work item is transitioned in multiple states during its lifecycle I can always only retrieve the name of the last person that transitioned the last status.
So, how can I get who transitioned every status with a report in JRS.?
One answer
You can use the Data Warehouse report source and select the Work Item History artifact type. This will report on all changes to the work item, not just status. You can include Status and Modifier columns. There is also the Work Item Status History artifact type. However, that does not record the person who made the state change.