...
SYSTEM_PAGE_ID
: will be replaced by the page where the report is inserted ine.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
andSYSTEM_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 colour Blue title IN 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.
...