Field: DifficultyLevel
Description
DifficultyLevel is a reference field for Requirements and Scripts and is synonymous with the shorter field name Difficulty (which is provided for convenience):
Examples
All requirements with a difficulty level of high:
| Code Block |
|---|
|
DifficultyLevel = High
|
All requirements with a difficulty level of "Medium" or "High":
| Code Block |
|---|
|
DifficultyLevel IN ["Medium", "High"]
|
Supported Operators
=, IN, !=, NOT IN
Supported Indexes
Entity
Supported Types
Supported Features
| Feature | Supported? |
|---|
| Aggregation | Yes (String) |
| Sortable | Yes |
| Sub-selects | No |