assignProjectsToCustomFieldContext
Assign custom field context to projects
PUT /rest/api/3/field/{fieldId}/context/{contextId}/project HTTP/1.1Parameters
{
"fieldId": {
"description": "The ID of the custom field.",
"required": true,
"location": "path",
"type": "string"
},
"contextId": {
"description": "The ID of the context.",
"required": true,
"location": "path",
"type": "integer",
"format": "int64"
},
"projectIds": {
"description": "The IDs of projects.",
"required": true,
"location": "body",
"type": "array"
}
}Response Schema
{}