Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

How to configure the "RY Reports" macro, notably the columns.


InĀ Properties, we've introduced the ability to write reports. This page describes the report syntax.

We recommend using the Traceability matrix, because it will allow you to define much more advanced columns. After saving the traceability matrix, you can paste it on a page and it will render like an RY Report.

First, insert the macro named "RY Report":

Then you can edit the properties:

Syntax

The first 3 parameters are are self-explanatory. The "Columns" field has a specific syntax:

Configuration for "Columns"Result
key, description2 columns.
key, description+properties+links2 columns. The second one contains the description, the properties and the links.
key, @Prop1The value of the property "Prop1" for the requirement
key, jiraThe list of JIRA issues attached to the key.
key, jira@resolvesThe list of JIRA issues, filtered for the relationship named "resolves".

key, description+properties, links+jira

3 columns, the default layout, similar to the search screen.
FieldContents
keyThe key of the requirement
description (since 2.5.3)The main description of the requirement
propertiesThe properties of the requirement
jiraThe JIRA issues linked to the requirement
statusThe status of the requirement
original (since 2.5.3)The link to the original page
linksThe pages linked to the requirement
toDependencies to this requirement
fromDependencies created by this requirement
testsTests that apply to this requirement (requires the RY Test and Compliance add-on)

Options

A few formatting options are available:

Field definitionResult
toDisplays the "to" field (as above)
to?format=shortLink to the key only, without a list, without the lozenge
to?format=pageLink to the page only, without a list, without the lozenge
to?format=page&li=falseSame as above, without showing the bullet points of the list.
links?duplicates=false (since 2.5.3)Display the links, but don't display when there are several of them per page.
to?li=trueDisplay as a list.
to?li=falseDisplay the list without the bullet points.
tests?li=lastDisplay the last test only.



  • No labels