Versions Compared

Key

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

...

  • ${prefix}: A variable named prefix with no default value.

  • ${prefix:BR}: A variable named prefix with a default value of BR.

  • \${prefix}: Literal text ${prefix} that should not be treated as a variable.

You can also use system variable allowing you to have dynamic reports.
You can use three kinds of system variables :

  • SYSTEM_PAGE_ID : will be replaced by the page where the report is inserted in
    e.g. key ~ ‘BR%' AND variant = '${SYSTEM_PAGE_ID}’ will show all the requirements having a key starting by “BR” and being defined in the page.

  • SYSTEM_VARIANT_NAME and SYSTEM_VARIANT_ID :
    e.g. key ~ ‘BR%' AND variant = '${SYSTEM_VARIANT_NAME}’ will show all the requirements having a key starting by “BR” and being in the variant of the current page where the report is inserted in.

  • Status
    colourBlue
    titleIN DEVELOPMENT
    SYSTEM_SPACE_KEY
    e.g. key ~ ‘BR%' AND variant = '${SYSTEM_SPACE_KEY}’ will show all the requirements having a key starting by “BR” and being in the space of the current page where the report is inserted in.

Use template variables in the “Traceability” tab

...