v4

latestOpenAPI 3.0.1Apache 2.02026-08-016079122.3 MB
Issue custom field contexts

Remove issue types from context

Removes issue types from a custom field context.

A custom field context without any issue types applies to all issue types.

Permissions required: Administer Jira global permission.

post/rest/api/2/field/{fieldId}/context/{contextId}/issuetype/remove

Path parameters

fieldIdstring required

The ID of the custom field.

contextIdinteger required

The ID of the context.

Request body

issueTypeIdsstring[] required

The list of issue type IDs.

Response

Returned if operation is successful.

{"stackTrail":"paths:/rest/api/2/field/{fieldId}/context/{contextId}/issuetype/remove:post:responses:204:content:application/json:schema","oasType":"schema","type":"unknown"}