jira.js
Guide
GitHub
Preparing search index...
server
bulkDeleteCustomFields
Function bulkDeleteCustomFields
bulkDeleteCustomFields
(
client
:
Client
,
parameters
:
{
ids
:
string
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
deletedCustomFields
?:
string
[]
;
message
?:
string
;
notDeletedCustomFields
?:
Record
<
string
,
string
>
;
[
key
:
string
]:
unknown
;
}
,
>
Deletes custom fields in bulk.
Parameters
client
:
Client
parameters
:
{
ids
:
string
}
ids
:
string
A list of custom field IDs to delete.
Optional
options
:
RequestOptions
Returns
Promise
<
{
deletedCustomFields
?:
string
[]
;
message
?:
string
;
notDeletedCustomFields
?:
Record
<
string
,
string
>
;
[
key
:
string
]:
unknown
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Deletes custom fields in bulk.