Source Code
Preparing search index...
The search index is not available
@resolution/jira-api-client
@resolution/jira-api-client
index
CustomFieldContextDefaultValueLabels
Interface CustomFieldContextDefaultValueLabels
Default value for a labels custom field.
interface
CustomFieldContextDefaultValueLabels
{
contextId
:
string
;
labels
:
string
[]
;
type
:
string
;
}
Index
Properties
context
Id
labels
type
Properties
context
Id
context
Id
:
string
The ID of the context.
labels
labels
:
string
[]
The default labels value.
type
type
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
context
Id
labels
type
Source Code
@resolution/jira-api-client
Loading...
Default value for a labels custom field.