Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

By default, only active requirements of the current space are displayed. Use the URL to display deleted requirements or to search across spaces.

Syntax

Note: All those examples require Requirement Yogi 1.3.

Version11
QueryResult
key = "'IG-1"'The requirement with the exact key..
key ~ "'IG-%"'All requirements starting with "'IG-"'.1.3
text ~ "'% something"'All requirements whose text ends with "something".1.3'something'.
page = "'467382"'All requirements defined on the page with ID 467382.1.3
page ~ "'467382"'All requirements defined or linked on the page.1.3
jira = "'JRA-21"'All requirements linked from the issue JRA-21.1.3
NOT (JIRA ~ "'%"')Requirements which are not linked to any JIRA issue.1.3
@Category = "'Functional"'All requirements where the property "'Category" ' = "Functional".1.3'Functional'.

Keywords

KeywordFunction
AND, OR, NOTBoolean operators
= "'..."'Strict equality.
~ "'...%..."'Soft equality. Use % in the string as a wildcard.
@...Reference to a property of the requirement.

Fields

Version1111
FieldDefinition
keyThe key of the requirement. Keys are unique per space..
spaceKeyThe space key of the requirement (case sensitive)..
statusThe status of the requirement (ACTIVE, DELETED, MOVED).1.1
textThe contents of the requirement (Does not include the properties).1.1
pageThe ID of a page linked to the requirement.1.3
jiraA JIRA issue linked to the requirement.1.3