Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.39 KB

CustomTagLookup.md

File metadata and controls

19 lines (14 loc) · 1.39 KB

CustomTagLookup

Properties

Name Type Description Notes
consideredIssue Boolean Flag that should be used to mark values that mean "not an issue" or "false positive". [optional]
customTagGuid String GUID of the parent custom tag this value belongs to. [optional]
defaultValue Boolean Flag that says if this value is default custom tag value and should be selected automatically in the values list on issue audit screen. [optional]
deletable Boolean Flag that says if this value can be removed from custom tag. Value cannot be removed if it is selected for some issue in the system. [optional]
description String Custom tag value description. [optional]
hidden Boolean Flag that says that this value is hidden and cannot be selected in issue audit mode. [optional]
lookupIndex Integer Current value index in values list.
lookupValue String Plain text custom tag value.
relyingCustomTags List<CustomTagInfo> List of relying custom tags and their values this value depends on. This list should be set to automatically reflect relying custom tags values changes to this custom tag value [optional]
seqNumber Integer Custom tag value sequence number.