Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleFrom Release 1.3 and above

The additional features for the search, properties and "RY Report" presented in this page were introduced in Requirement Yogi 1.3.
Advanced search features (by property, link or JIRA issue) are only supported in PostgreSQL*

 

Filter requirements by type

...

Excerpt
hiddentrue
nameProperties

How to use properties for requirements and what you can do with them.

ℹ️ Related information: Search Syntax

If you want to learn how to get the perfect popup with properties, links and dependencies in less than 4 minutes, check out this tutorial:

https://youtu.be/-myl_nmpbGM

Use properties to search for requirements

All columns of a table are

...

saved as properties

...

and you can search by this criteria.

...

 Let's take this example in the editor:

...

Image Added

The requirement will look like this:

Image Removed

  • Each column is both included in the title and in the properties,

  • In the current situation, we've defined that the first column was the

...

  • description.

Image Added

Requirement Yogi helps you build the query for each property if the name is short (<80 letters) and without space. For example the property "Category" becomes hyperlinked in the popup, which leads to the search screen with the preset query

...

@Property = '

...

CRITICAL'.

...

Image Added

Build clean descriptions for your requirements: The "RY Property" macro

To achieve the configuration of the last section, we've added a small macro in the headers of the table. You can see it on the first screenshot, the name is "RY Properties". Here are the options:

...

  • Anywhere on a requirement, you can define a property and its value.

  • If it's in a column header, it applies to the whole column.

    • You can "rename" the column for the purpose of the properties. Searchable columns can't contain a space.

    • You can "ignore" the column, if the contents are irrelevant for the requirement.

    • You can set which column contains the correct description of the requirement by ticking "Title".

Image Added

Create reports for those requirements

Ok, it's the "RY Report" macro. But wait...

Now that we have properties, could we display them as a column? Yes! On the example below, we don't only display all properties in a list below the description, we've also configured the property as a first-class column named "Category".

 

 Image Removed

What's more? The "Resolves" only contains JIRA issues which have the relationship "Resolves".

Search...

We've improved the search syntax. You can search by page, by JIRA issue or by property.

QueryResult
key = 'IG-1'The requirement with the exact key.
key ~ 'IG-%'All requirements starting with "IG-".
text ~ '% something'All requirements whose text ends with "something".
page = '467382'All requirements defined on the page with ID 467382.
jira = 'JRA-21'All requirements linked from the issue JRA-21.
@Category = 'Functional'The user-defined property Category must be "Functional".

...