Feature with stories and bugs

For each feature we list the child requirements and user stories.

Open in playground

Template

Given the following template

{{#workItems}}

## Feature: {{field 'Title'}}

{{#linkSection 'Child'}}

### Requirements

{{#workItems '$UserStory'}}
- {{field 'Title'}}
{{/workItems}}

### User Stories

{{#workItems '$Bug'}}
- {{field 'Title'}}
{{/workItems}}

{{/linkSection}}

{{/workItems}}

Work items

Given these work items were added

Id Title WorkItemType Children
37 🍇Feature 100 Feature 30,40,1000,2000
38 🍈Feature 200 Feature 50,60,3000,4000

Other work items

And these work items also exist in the system but are not in your Bravo Notes work item list.

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

Bravo Notes generates the document like this:

Feature: 🍇Feature 100

Requirements

  • Story 30

User Stories

Feature: 🍈Feature 200

Requirements

User Stories

Open in playground
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us