Filter by work item type

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

Open in playground

Template

Given the following template

## Only show user stories

{{#workItems '$UserStory'}}

### {{ field 'Title' }}

{{/workItems}}

Work items

Given these work items were added

Id Title WorkItemType Tested By
100 🍇Story 100 User Story 100
200 🍈Story 200 User Story 200
300 🍊Story 300 User Story 300
400 🍋Story 400 User Story 400
2 Epic 2 Epic 400
30 Feature 30 Feature 400

Result

Bravo Notes generates the document like this:

Only show user stories

🍇Story 100

🍈Story 200

🍊Story 300

🍋Story 400

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