Work Item Types in Azure DevOps
Azure DevOps has different workitem types for different process templates. There are 4 different workitem process templates in Azure DevOps and they are Basic, Agile, Scrum, CMMI. The common workitem types across these different process templates are Epic, Feature, Bug, Issue, Task, apart from these rest of the workitem types have different names in different process templates.
Agile | Scrum | CMMI | Basic |
---|---|---|---|
Epic | Epic | Epic | Epic |
Feature | Feature | Feature | – |
UserStory | Product Backlog Item | Requirement | – |
Task | Task | Task | Task |
Bug | Bug | Bug | – |
Issue | Impediment | Issue | – |
TestPlan | TestPlan | TestPlan | TestPlan |
TestSuite | TestSuite | TestSuite | TestSuite |
TestCase | TestCase | TestCase | TestCase |
CMMI template has extra features like Review, Risk and ChangeRequest in addition to all the existing WorkItem Types.