Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 2.62 KB

CustomTag.md

File metadata and controls

57 lines (46 loc) · 2.62 KB

CustomTag

Properties

Name Type Description Notes
customTagType CustomTagTypeEnum Custom tag type.
defaultValue String Default value of the custom tag. Actual string value is presented here. [optional]
defaultValueIndex Integer Index of default value of the custom tag. This is ordinal number of the item in CustomTagLookup collection. [optional]
deletable Boolean Flag that says if custom tag can be deleted. Custom tag which values are currently in use cannot be deleted. [optional]
description String Custom tag description. [optional]
extensible Boolean Flag that says if custom tag is extensible or not.
guid String Custom tag GUID.
hidden Boolean Is custom tag hidden or not.
id Long Custom tag id [optional]
inUse Boolean Is custom tag values are selected for any issues in the system. [optional]
name String Custom tag unique name.
objectVersion Integer Custom tag version stored on the server. This value is used for optimistic locking of the custom tag object to prevent concurrent modification of the custom tag by different users at the same time.
primaryTag Boolean If this custom tag is set as primary tag for a specific project version. This value is initialized only if custom tags for specific project version are requested. [optional]
restriction Boolean Flag is set to true if special permission is required to set values of this custom tag. [optional]
restrictionType RestrictionTypeEnum Special permission type if restriction is set to TRUE. [optional]
valueList List<CustomTagLookup> Collection of all possible custom tag values. [optional]
valueType ValueTypeEnum Custom tag value type.

Enum: CustomTagTypeEnum

Name Value
UNKNOWN "UNKNOWN"
CUSTOM "CUSTOM"
HYBRID "HYBRID"
METAGROUP "METAGROUP"
SYSTEM "SYSTEM"
AUDITASSISTANT "AUDITASSISTANT"

Enum: RestrictionTypeEnum

Name Value
NONE "NONE"
RESTRICTED "RESTRICTED"
READONLY "READONLY"

Enum: ValueTypeEnum

Name Value
LIST "LIST"
DECIMAL "DECIMAL"
DATE "DATE"
TEXT "TEXT"