March 2025
NEW System Variables in RY Reports
We’ve recently introduced Template Variables in traceability matrices and RY report macros. You can now use system variables for the current page, and current variant. This way you’ll be able to make your matrices more flexible, based on where you put your report.
New variables:
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.
Please see the documentation for more information.
Minor improvements
BUG FIXED Saved search query bug fixed: There was an inconsistency between the saved query for matrices, and the displayed result with report macros. No action is needed from the customer. If you want to be notified of major updates and bugs in our app, subscribe to our Champion mailing list.
Requirement detail:
Improvements on treeview and quick search.
Updated arrow direction in dependency graph.
Jira issue creation from the requirement details: More fields available.
Update in the Champion Center: We added the saved transformations, saved configurations, key suggestions, cleanup tasks and history access to the Champion Center.
Transformation Wizard: UI/UX Improvements.
We also released the transformation: Align table with Requirement Types. This will allow you to add and remove properties of your requirement tables, following the associated Requirement Type.
Traceability Matrix: Removed prefixes on properties and external properties (
@
,ext@
,original
).Indexation improvement: You can now put a single macro in a property and we’ll index it, without adding random text.
RY for Jira panel: Minor UI/UX improvements.
Technical:
Improvement to smooth the app updates deployments.
Start migration to Atlassian Forge Framework.