Brief summary of this article:
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
It is possible to retrieve the Team Workflow state name for an entity. Use the fields ResponsibleTeam or AssignedTeams:
/api/v1/userstories/1234?include=[ResponsibleTeam[EntityState]] /api/v2/userstory/1234?select={ResponsibleTeam.EntityState}
The ResponsibleTeam field always returns a single responsible team and the name of the current entity state from its workflow.
/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.
Still have a question?
We're here to help! Just contact our friendly support team.