...
Navigate to the
Management
section.Navigate to the
Requirement types
tab.Click the
Create requirement type
button.You’ll be able to provide a name, a description and the key pattern of requirements that should belong to the requirement type. You can use
%
as a wildcard (for example,BR-%
to match all requirements that start with theBR-
prefix).Then, you’ll be able to define the optional/required properties and the optional/required external properties of requirements belonging to the requirement type.
...
Types of properties
Quick side note on the types of properties you can set in your requirement types.
String: a sequence of characters, this is basically any type of text present;
Integer: a whole number;
Float: numbers with decimals';
Boolean: true or false;
Enum: a set of predefined data.
...