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:

DifficultyLevel = High

All requirements with a difficulty level of "Medium" or "High":

DifficultyLevel IN ["Medium", "High"]

Supported Operators

=, IN, !=, NOT IN

Supported Indexes

Entity

Supported Types

  • Requirement

Supported Features

FeatureSupported?
AggregationYes (String)
SortableYes
Sub-selectsNo

  • No labels