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.
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, description | 2 columns. |
key, description+properties+links | 2 columns. The second one contains the description, the properties and the links. |
key, @Prop1 | The value of the property "Prop1" for the requirement |
key, jira | The list of JIRA issues attached to the key. |
key, jira@resolves | The 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. |
Field | Contents |
---|---|
key | The key of the requirement |
description (since 2.5.3) | The main description of the requirement |
properties | The properties of the requirement |
jira | The JIRA issues linked to the requirement |
status | The status of the requirement |
original (since 2.5.3) | The link to the original page |
links | The pages linked to the requirement |
to | Dependencies to this requirement |
from | Dependencies created by this requirement |
tests | Tests that apply to this requirement (requires the RY Test and Compliance add-on) |
Options
A few formatting options are available:
Field definition | Result |
---|---|
to | Displays the "to" field (as above) |
to?format=short | Link to the key only, without a list, without the lozenge |
to?format=page | Link to the page only, without a list, without the lozenge |
to?format=page&li=false | Same as above, without showing the bullet points of the list. |
links?duplicates=false | Display the links, but don't display when there are several of them per page (introduced in 2.5.3). |
to?li=true | Display as a list. |
to?li=false | Display the list without the bullet points. |
tests?li=last | Display the last test only. |