Team Workflow Metrics and Reports
A team workflow is a sub-workflow of the main project workflow, and it is associated with a team. Team workflows are used when there are multiple teams working on the same projects and teams prefer to work on items in their own way. This article describes metrics and reports based on team workflows and team workflow states.
Cycle time
You can click the Cycle Time link in the Teams section to see the period and the duration of the Cycle Time for Teams assigned to an entity.
Reports based on Cycle time are described in this dedicated article.
Reports
Build the Visual Reports and Tabular Reports with Team Workflow states. See how to access the required details: Export Team Workflow States to Tabular Reports
REST API
/api/v1/userstories/1234?include=[ResponsibleTeam[EntityState]]
/api/v2/userstory/1234?select={ResponsibleTeam.EntityState}
/api/v1/userstories/1234?include=[AssignedTeams[EntityState]]
/api/v2/userstory/1234?select={AssignedTeams.Select(EntityState)}
The AssignedTeams collection helps you to get the names of team workflow states from the point of view of all teams assigned to an entity.