PUT /rest/api/2/app/field/{fieldIdOrKey}/context/configuration

Update the configuration for contexts of a custom field of a type 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 type.

Servers

Path parameters

Name Type Required Description
fieldIdOrKey String Yes

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

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
configurations[] Array Yes

The list of custom field configuration details.

configurations[].id String Yes

The ID of the configuration.

configurations[].fieldContextId String Yes

The ID of the field context the configuration is associated with.

configurations[].schema No

The field value schema.

configurations[].configuration No

The field configuration.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.