Feature with stories and bugs

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

IdTitleWorkItemTypeChildren
37🍇Feature 100Feature29,30,33,34
38🍈Feature 200Feature31,32,35,36

Other work items

IdTitleWorkItemType
29Story 29User Story
30Story 30User Story
31Story 31User Story
32Story 32User Story
33Bug 33Bug
34Bug 34Bug
35Bug 35Bug
36Bug 36Bug

Result

Feature: 🍇Feature 100

Stories

  • Story 29
  • Story 30

Bugs

  • Bug 33
  • Bug 34

Feature: 🍈Feature 200

Stories

  • Story 31
  • Story 32

Bugs

  • Bug 35
  • Bug 36