...
You can now share your traceability matrices more easily with your coworkers, by inserting them in your Confluence pages.
...
How to embed your report
In the Confluence page editor:
|
...
|
...
| |
By default, we display the title and description of the matrix. If you do not want to see them in the Confluence page, you can remove them with the toggle. |
Sharing permissions of traceability matrices
Matrices need to be shared to the whole space to be displayed in the Report macro. If you have not made them public before hand, you can edit the permissions directly when selecting a matrix (c.f : Step 2.). There are three types of permissions:
View and edit permissions: to allow other users to see and update them.
With view only permissions: to allow others to only see the result of your matrices without being able to update your template. By activating the toggle in the RY Report screen, you will put this permission on your matrix.
🎉 Tada
...
Use the report
Once the report is embedded and the page published, you can interact with the report like you would in the Traceability tab: Move/Add/Remove columns, click on requirement keys to show their details, etc..
...
SYSTEM_PAGE_ID
: will be replaced by the page where the report is inserted ine.g.
key ~ 'BR%' 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.
SYSTEM_VARIANT_NAME
andSYSTEM_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 colour Blue title IN DEVELOPMENT SYSTEM_SPACE_KEY
e.g.
key ~ '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.
...