...
Description: how many User Stories the Feature contains. A User Story in this case means that there are 3 common keywords: ‘As a', ‘I want to’ and ‘So that’ after the Feature keyword and there is some text after each of these keywords. 'In order to’ keyword can be used instead of ‘So that’.
Expand | ||
---|---|---|
|
...
Feature.userStories = 0 Could be used to identify Jira issues that have some Feature text but are missing |
...
key pieces of information such as who the user or the stakeholder is for whom the story is valuable and/or why exactly |
...
the story is needed. | ||
Expand | ||
---|---|---|
| ||
text to expand |
Attribute name | Type | Description | Examples |
---|---|---|---|
Feature.userStories | Number | How many “complete” User Stories the Feature contains. | Feature.userStories > 0 |