Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.32 KB

IssueFilterSelector.md

File metadata and controls

38 lines (29 loc) · 1.32 KB

IssueFilterSelector

Properties

Name Type Description Notes
description String Selector set's description.
displayName String Selector set's display name.
entityType EntityTypeEnum Type of the issue attriute that can be used for ordering or filtering.
filterSelectorType FilterSelectorTypeEnum If value of the selector can be chose from the list of predefined values, or if it can contain any value defined by user.
guid String Selector set's GUID.
selectorOptions List<SelectorOption> Selector set's options.
value String Selector set's value that must be sent to backend when this option is selected.

Enum: EntityTypeEnum

Name Value
UNDEFINED "UNDEFINED"
ISSUE "ISSUE"
EXTERNALLIST "EXTERNALLIST"
CUSTOMTAG "CUSTOMTAG"
HYBRIDTAG "HYBRIDTAG"
FOLDER "FOLDER"

Enum: FilterSelectorTypeEnum

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