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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

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.

Enter a gateway URL above to enable sending.

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

TypeScript

import jira from '@utdk/jira';

await jira.updatecustomfieldconfiguration()