Using AssertThat scenario properties in JQL search

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

Alias

Property

Type

atBddPassed

issue.property[assertthat-scenarios].passed

number

atBddFailed

issue.property[assertthat-scenarios].failed

number

atBddInProgress

issue.property[assertthat-scenarios].in_progress

number

atBddNotRun

issue.property[assertthat-scenarios].not_run

number

atBddTotal

issue.property[assertthat-scenarios].total

number

atBddAutomated

issue.property[assertthat-scenarios].automated

number

atBddManual

issue.property[assertthat-scenarios].manual

number

atBddFailedAuto

issue.property[assertthat-scenarios].failed_auto

number

atBddPassedAuto

issue.property[assertthat-scenarios].passed_auto

number

atBddFailedManual

issue.property[assertthat-scenarios].failed_manual

number

atBddPassedManual

issue.property[assertthat-scenarios].passed_manual

number

atBddInProgressManual

issue.property[assertthat-scenarios].in_progress_manual

number

atBddInProgressAuto

issue.property[assertthat-scenarios].in_progress_auto

number

atBddNotRunAuto

issue.property[assertthat-scenarios].not_run_auto

number

atBddNotRunManual

issue.property[assertthat-scenarios].not_run_manual

number

atBddTags

issue.property[assertthat-scenarios].tags

text

atBddStatus

issue.property[assertthat-scenarios].status

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

image-20260421-074156.png
Use AssertThat issue properties to search for linked scenario counts using JQL

 

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.

  1. Navigate to the project configuration page

  2. Click the 'Reindex now' button

image-20260421-073948.png
Reindex linked issues and execution status from AssertThat Configuration pages