-
Suggestion
-
Resolution: Unresolved
-
154
-
72
-
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Provide ability to bulk delete custom fields. This should be handy when performing maintenance (removing unused custom fields) for a large instance.
Workaround
- Use the GET fields paginated API to find the IDs of the custom fields.
- Generate a list of custom fields to be deleted from the results of step #1.
- Use the DELETE custom field API to remove the fields in bulk.