Issue bulk operations
Get bulk editable fields
Use this API to get a list of fields visible to the user to perform bulk edit operations. You can pass single or multiple issues in the query to get eligible editable fields. This API uses pagination to return responses, delivering 50 fields at a time.
Permissions required:
- Global bulk change permission.
- Browse project permission in all projects that contain the selected issues.
- If issue-level security is configured, issue-level security permission to view the issue.
- Depending on the field, any field-specific permissions required to edit it.
get/rest/api/3/bulk/issues/fields
Query parameters
issueIdsOrKeysstring required
The IDs or keys of the issues to get editable fields from.
searchTextstring
(Optional)The text to search for in the editable fields.
endingBeforestring
(Optional)The end cursor for use in pagination.
startingAfterstring
(Optional)The start cursor for use in pagination.
Response
Returned if the request is successful.