You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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