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 4 Next »

Writing specifications can include making cost estimations or approving test results. Adding data about requirements on the original page can make the page really heavy and hard to read. Constantly editing those data can also disrupt the viewers. That's why we have created external properties.


Requirement Yogi allows you to add, edit and track requirement data without disturbing the viewers or the author of the original page.  External properties are not visible on the original page but you can see them in the traceability matrix or when you click on the requirement popup.


External Properties have types:

 - Text

 - Decimal (eg: 54.4)

 - Integer (eg: 5)

 - Boolean: True/False

Decimal and Integer types allow the creation of aggregations in the traceability matrix: sum, min, max, count, and average.


Managing External Properties

The external properties administration can be found in the Requirement Yogi configuration panel for space admins.

 - The creation of a new external property is restricted to Confluence admins.

 - Regular users with page edit permissions can still add or modify external properties on requirements, but cannot create a new type of external property.

 - Users without page edit permissions can see the external properties on requirements, but cannot modify them.


Adding external properties to a requirement

In the traceability matrix

If you can edit Confluence pages and you add an external property to the traceabilty matrix

You will be able to see the "Edit Values" toggle.

Clicking on the toggle allows you to quickly modify external properties on multiple requirements.

Entering the wrong type of value for an external property will still save the value, but it won't be taken in account when doing aggregations.

In the requirement details page

The external properties are displayed, and you can add a property by clicking the add button, or modify properties on a requirement by clicking on the value field.

The available external properties may not all be displayed, but you can simply search them by name.

Overview of the Requirement Details pageModifying an external propertyAdding an external property



Using aggregations

For "String" and "Boolean" external properties

Only the COUNT is available. It counts the number of external properties with a value.

For "Decimal" and "Integer" external properties

More operators are available: SUM, AVG, MIN and MAX. The properties with no values or invalid values are not taken in account in the calculation.

You will need to manually refresh the aggregator to redo the calculation if you update the values of the external properties.



Changing the operator

Click on the cog in the aggregator cell to change the calculation type

You can also hide the totals if the default aggregation is not relevant.


Search requirements with specific external properties

You can execute search queries on external properties. See our Search Syntax for more details.

In the requirements details, you can also search for requirements with the same values by clicking the "link" icon, and the search query will be constructed for you.





  • No labels