Versions Compared

Key

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

...

Search on...QueryResult
Keykey = 'IG-1'The requirement with the exact key.
key ~ 'IG-%'All requirements starting with 'IG-'.
Contentstext ~ '% something'All requirements whose text ends with 'something'.
Pagespage = 467382

All requirements defined on the page with ID 467382 (Does not include dependencies)

page ~ 467382

All requirements that are on the page with ID 467382 (Includes dependencies)

page = 'a title'

All requirements on the page with title matching 'a title'. You can use the characters ? for a single character wildcard and * for a multiple character wildcard. (Does not include dependencies)

page ~ 'Partial title*'

All requirements on the page with title starting with 'Partial title' (Includes dependencies)

Properties

@Category = 'Functional'

@Category\ With\ Space = 'Functional'

All requirements where the property 'Category' = 'Functional'. (Use \ if the property contains a space (here the property is 'Category With Space'
External propertiesext@Category = 'Functional'All requirements where the external property 'Category' = 'Functional'.
ext@Category is not nullAll requirements where the external property 'Category' is defined.
ext@Estimate > 10All requirements where the external property 'Estimate' is greater than 10.
DependenciesTO = 'REQ-001'Requirements which reference REQ-001.
FROM = 'REQ-001'Requirements which are referenced by REQ-001.
FROM ~ 'REQ-%'Requirements which are referenced by any requirement starting with "REQ-".
FROM@refines = 'REQ-001'Requirements which are "refined" by REQ-001.
Variantsvariant = 1All requirements with the variant id 1
variant = 'Current'All requirements with the variant name Current. Note: all spaces have a default variant called Current
variant = ('Current' in space 'ANOTHER')All requirements with the variant name Current in the space ANOTHER
Spacespace = 'HOME'All requirements in the space HOME. Note: cross space search is not yet available

Validation




rulestatus = trueRequirements which respect all the rules.
rulestatus = 'warning'Requirements with a warning.
rulestatus = falseRequirements in error.
rulestatus@my\ rule = falseRequirements which don't suit "my rule".
rulestatus@my\ rule IS NOT NULLRequirements which are submitted to "my rule".

Jira



jira = 'key-1'Requirements which are linked to Jira issue with key = 'key-1'
jira IS NOT NULLRequirements which are linked to a Jira issue.
jira@relation = 'key1Requirements which are link to Jiira issue with key = 'key-1' and relationship = 'relation'

...