Versions Compared

Key

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

...

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:

  • Type /req to access the RY macros, and select the RY Report macro

...

Image Added
  • Select the desired saved matrix

...

  • You can notice the ‘Share' toggle: If your saved matrix is private, you’ll need to share it to be able to display it in the report. The permissions will now be set to ‘View’ only.

RY Report Macro - Choose your matrix.pngImage Added

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.

Insert your ry report.pngImage Added

🎉 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 in

    • e.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 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 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.

...