For each feature we list the child user stories and bugs.
Template
{{#workItems}}
## Feature: {{field 'Title'}}
{{#linkSection 'Child'}}
{{#section '$UserStory'}}
### Stories
{{#workItems}}
- {{field 'Title'}}
{{/workItems}}
{{/section}}
{{#section '$Bug'}}
### Bugs
{{#workItems}}
- {{field 'Title'}}
{{/workItems}}
{{/section}}
{{/linkSection}}
{{/workItems}}
Work items
Id | Title | WorkItemType | Children |
---|
37 | 🍇Feature 100 | Feature | 29,30,33,34 |
38 | 🍈Feature 200 | Feature | 31,32,35,36 |
Other work items
Id | Title | WorkItemType |
---|
29 | Story 29 | User Story |
30 | Story 30 | User Story |
31 | Story 31 | User Story |
32 | Story 32 | User Story |
33 | Bug 33 | Bug |
34 | Bug 34 | Bug |
35 | Bug 35 | Bug |
36 | Bug 36 | Bug |
Result
Feature: 🍇Feature 100
Stories
Bugs
Feature: 🍈Feature 200
Stories
Bugs