All Collections
Getting Started
BDD Best Practice
Searching for Issues Using Properties
Searching for Issues Using Properties

Behave Pro introduces several new search properties to Jira Issues to enable powerful searches and queries

Alan Parkinson avatar
Written by Alan Parkinson
Updated over a week ago

Jira has a powerful search engine allowing you to find issues quickly. Behave Pro adds several new properties to issues that can queried against.

  • scenarioCount - The number of scenarios linked to the issue (Cloud only, but coming soon to Server and DC)

  • readyCount - The number of team members who have voted that issue is ready.

  • questionCount - The number of open questions from team members

If you want to query for issues that have no scenario linked to them you could use the following JQL:

scenarioCount is EMPTY OR scenarioCount = 0

Did this answer your question?