Returns a list of Custom Fields in the given range.
string
string
string
string
string
string
string
string
string
Returned if a custom field with the given customFieldId exists and user has permission to it.
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/customFields' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Deletes custom fields in bulk.
string
RequiredReturned if at least one custom field was deleted
1
2
3
4
curl --request DELETE \
--url 'http://{baseurl}/rest/api/2/customFields?ids={ids}' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Returns custom field's options defined in a given context composed of projects and issue types.
string
Requiredstring
string
string