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
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"}