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

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

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.

Insert your ry report.png

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

Changes to the report made in the Confluence page are not saved and will be lost when you refresh the page, and are not viewable by your colleagues.

To make permanent changes to a traceability macro, go to the Saved queries tab, select the macro you wish to change, make your changes, and don’t forget to save.

Take it up a notch with the advanced options

Edit external properties

On macro creation, you can decide to allow users to edit the external properties directly in the Confluence page by checking “Enable the edition of external properties in the report macro”

Changes to external property values will then be saved.

Use template variables

The report macro supports template variables in the search query to make traceability matrices modular and reusable. Template variables allow you to save traceability matrices with a dynamic search query that can be adjusted when used in a report macro, without modifying the original traceability matrix. This is particularly useful when embedding the same traceability matrix across multiple Confluence pages with only slight modifications to the search query.

Syntax for template variables

Template variables are defined using a dollar sign, curly braces and a name (e.g. ${variableName}). You can also provide a default value by appending a colon followed by the default value (e.g. ${variableName:Default value}). Moreover, if a text looks like a variable but should not be treated as one, you can escape it using a backslash (e.g. \${variableName}).

Examples:

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

Use template variables in the “Traceability” tab

Screenshot from 2024-12-05 15-42-09.pngScreenshot from 2024-12-05 15-43-01.pngScreenshot from 2024-12-05 16-17-43.pngScreenshot from 2024-12-05 15-43-38.pngScreenshot from 2024-12-05 16-11-52.png

Use template variables in the report macro editor

Screenshot from 2024-12-05 15-46-21.pngScreenshot from 2024-12-05 15-46-47.pngScreenshot from 2024-12-05 15-46-53.pngScreenshot from 2024-12-05 15-47-29.png

Export your reports in PDF

You can now export your reports in PDF! Simply click on the three dots at the top-right of the page and on export. The dynamic RY Report macro will be visible just like this:

RY Report in PDF.png

Permissions cross spaces

You can insert macros that pull data from an other Confluence space. The report macro uses the permissions of the space where it was saved to display requirements.

As an exemple, if Alice creates a report in space A, and decides to insert it in space B, Bob will not be able to see the results of the report if he doesn’t have the view permission on space A.