Source Code
Preparing search index...
The search index is not available
@resolution/jira-api-client
@resolution/jira-api-client
index
JiraMultiSelectComponentField
Interface JiraMultiSelectComponentField
Edit a multi select components field:
Options include
ADD
,
REPLACE
,
REMOVE
, or
REMOVE_ALL
for bulk edits.
To clear, use the
REMOVE_ALL
option with an empty
components
array.
interface
JiraMultiSelectComponentField
{
bulkEditMultiSelectFieldOption
:
|
"REPLACE"
|
"ADD"
|
"REMOVE"
|
"REMOVE_ALL"
;
components
:
JiraComponentField
[]
;
fieldId
:
string
;
}
Index
Properties
bulk
Edit
Multi
Select
Field
Option
components
field
Id
Properties
bulk
Edit
Multi
Select
Field
Option
bulk
Edit
Multi
Select
Field
Option
:
|
"REPLACE"
|
"ADD"
|
"REMOVE"
|
"REMOVE_ALL"
components
components
:
JiraComponentField
[]
field
Id
field
Id
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bulk
Edit
Multi
Select
Field
Option
components
field
Id
Source Code
@resolution/jira-api-client
Loading...
Edit a multi select components field:
ADD
,REPLACE
,REMOVE
, orREMOVE_ALL
for bulk edits.REMOVE_ALL
option with an emptycomponents
array.