Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

You can now create rules that will check that your requirements meet your expectations.

Here are the validation rules you can use:

  • Checking for the presence of properties
  • Checking that the values of certain properties are included in a predefined list
  • Checking that requirements have their key in a specific format
  • Checking for the presence of a dependency (given a relationship)

  • Checking for the presence of an external property

To create a new rule, simply go to the "Validation" tab and click the "Create rule" button:

You can then enter the parameters of your rule:

  • Label - It is the name of your rule.
  • Scope - Do you want your rule to be applicable in the space you are currently in, or in all spaces?
  • Severity - Requirements that do not respect an "error" rule will be displayed in red. This is not the case with the "warning" rules. Errors and warnings of a requirement can be viewed by clicking on it.

Action types

  • Checking for the presence of properties:


  • Checking that the values of certain properties are included in a predefined list:


  • Checking that requirements have their key in a specific format:


  • Checking for the presence of a dependency (given a relationship):


  • Checking for the presence of an external property:


Search syntax

QueryResult
rulestatus = true
rulestatus = false
rulestatus = 'error'
rulestatus = 'warning'
rulestatus@My\ rule = true
rulestatus@My\ rule = false
rulestatus IS NULL
rulestatus IS NOT NULL
rulestatus@My\ rule IS NULL
rulestatus@My\ rule IS NOT NULL




  • No labels