Versions Compared

Key

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

...

  • SYSTEM_PAGE_ID : will be replaced by the page where the report is inserted in

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

  • SYSTEM_VARIANT_NAME and SYSTEM_VARIANT_ID :

    • e.g. key ~ ‘BR%'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%'BR%' AND space = '${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.

...