Using AssertThat scenario properties in JQL search
Please follow steps described in Using AssertThat scenario properties in JQL search section on this page after upgrading to v1.8 in order to reindex existing scenarios and features tags. Further updates to the tags will be indexed automatically.
Properties types
The following custom scenario properties are available for use in JQL search for querying and reporting.
Alias | Property | Type |
|---|---|---|
|
| number |
|
| number |
|
| number |
|
| number |
|
| number |
|
| number |
|
| number |
|
| number |
|
| number |
|
| number |
|
| number |
|
| number |
|
| number |
|
| number |
|
| number |
|
| text |
|
| text |
Text properties data type (list of space separated tags, tokenized before indexing and allows for searching for particular tag)
atBddTags (available since version 1.8, follow the steps in Using AssertThat scenario properties in JQL search section below after upgrade to version 1.8)
For example, looking for Jira issues with at least one failed scenarios
project = DEMO AND atBddFailed >0
Or for Jira issues that have scenarios linked with a 'regression' tag
project = DEMO AND atBddTags ~ "regression"
Reindexing
Occasionally it may be required to reindex as part of a upgrade to align the AssertThat issue properties with the App.
Navigate to the project configuration page
Click the 'Reindex now' button