Stories and bugs grouped by category
Given a list of user stories we group stories and bugs by a custom category field
Template
## New features
###
-
## Fixed bugs
###
-
Work items
| Id | Title | Custom.Category | WorkItemType |
|---|---|---|---|
| 1 | Feature 1 | Mobile App | User Story |
| 2 | Feature 2 | Web App | User Story |
| 3 | Bug 3 | Mobile App | Bug |
| 4 | Bug 4 | Web App | Bug |
Result
New features
Mobile App
- Feature 1
Web App
- Feature 2
Fixed bugs
Mobile App
- Bug 3
Web App
- Bug 4
