provider Issue custom field configuration (apps) PUT /rest/api/3/app/field/{fieldIdOrKey}/context/configuration
@utdk/jira /rest/api/3/app/field/{fieldIdOrKey}/context/configuration
Update custom field configurations
Update the configuration for contexts of a custom field of a [type](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field-type/) created by a [Forge app](https://developer.atlassian.com/platform/forge/). **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg). Jira permissions are not required for the Forge app that created the custom field type.
fieldIdOrKey path required
The ID or key of the custom field, for example `customfield_10000`.
string

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
updatecustomfieldconfiguration
PUT/rest/api/3/app/field/{fieldIdOrKey}/context/configuration
Update the configuration for contexts of a custom field of a [type](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field-type/) created by a [Forge app](https://developer.atlassian.com/platform/forge/). **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg). Jira permissions are not required for the Forge app that created the custom field type.

Parameters

required

The ID or key of the custom field, for example `customfield_10000`.

Input

required

The list of custom field configuration details.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.updatecustomfieldconfiguration()