https://your-domain.atlassian.net/rest/api/3/app/field/{fieldIdOrKey}/context/configurationUpdate the configuration for contexts of a custom field created by a Forge app. **Permissions required:** *Administer Jira* global permission. Jira permissions are not required for the Forge app that created the custom field.
The ID or key of the custom field, for example `customfield_10000`.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request PUT \
--url 'https://your-domain.atlassian.net/rest/api/3/app/field/{fieldIdOrKey}/context/configuration' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://your-domain.atlassian.net/rest/api/3/app/field/{fieldIdOrKey}/context/configurationUpdate the configuration for contexts of a custom field created by a Forge app. **Permissions required:** *Administer Jira* global permission. Jira permissions are not required for the Forge app that created the custom field.
The ID or key of the custom field, for example `customfield_10000`.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request PUT \
--url 'https://your-domain.atlassian.net/rest/api/3/app/field/{fieldIdOrKey}/context/configuration' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}