Add additional single work items that are not part of your release notes items
Sometimes we have work items that don't describe what has changed in the software but provide additional often internal information like test suites.
In this example we use the {{workItem}}
(singular) helper to output additional work items.
Template
## New features
{{#workItems '$UserStory'}}
### {{{ field 'Title' }}}
{{/workItems}}
## Regression testing
{{#workItem 500}}
### Test plan: {{field 'Title'}}
{{/workItem}}
Work items
Id | Title | WorkItemType |
---|---|---|
100 | 🍇Story 100 | User Story |
200 | 🍈Story 200 | User Story |
300 | 🍊Story 300 | User Story |
400 | 🍋Story 400 | User Story |
Other work items
Id | Title | WorkItemType |
---|---|---|
500 | Test Suite 500 | Test Suite |