Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 778 Bytes

BugParam.md

File metadata and controls

27 lines (20 loc) · 778 Bytes

BugParam

Properties

Name Type Description Notes
bugParamType BugParamTypeEnum [optional]
choiceList List<String> [optional]
description String [optional]
displayLabel String [optional]
hasDependentParams Boolean [optional]
identifier String [optional]
maxLength Integer [optional]
required Boolean [optional]
value String [optional]

Enum: BugParamTypeEnum

Name Value
TEXT "BUGPARAM_TEXT"
TEXTAREA "BUGPARAM_TEXTAREA"
CHOICE "BUGPARAM_CHOICE"