Group by parent feature and show linked items

Given a list of work items we only output items of a certain type.

Template

## Only show user stories

{{#workItems '$UserStory'}}

### {{ field 'Title' }}

{{/workItems}}

Work items

IdTitleWorkItemTypeTested By
100🍇Story 100User Story100
200🍈Story 200User Story200
300🍊Story 300User Story300
400🍋Story 400User Story400
2Epic 2Epic400
30Feature 30Feature400

Result

Only show user stories

🍇Story 100

🍈Story 200

🍊Story 300

🍋Story 400