InternalCreate a new instance of the service.
Updates the value of a custom field on one or more issues.
Apps can only perform this operation on custom fields and custom field types declared in their own manifests.
Permissions required: Only the app that owns the custom field or custom field type can update its values with this operation.
The new write:app-data:jira OAuth scope is 100% optional now, and not using
it won't break your app. However, we recommend adding it to your app's scope
list because we will eventually make it mandatory.
The ID or key of the custom field. For example, customfield_10010.
OptionalgenerateWhether to generate app events for this update. Suppresses Forge, Connect, OAuth 2.0, and admin-configured webhooks (registered via the Jira admin UI). Note: Suppressing events means that "issue updated" events will not be emitted for your app or any other apps installed in Jira. This may cause other apps to retain stale data for the updated field, resulting in potentially confusing behaviour. We do not recommend using this flag in a Marketplace app as it may result in incompatibilities with other apps that depend on up-to-date issue data.
OptionalgenerateWhether to generate a changelog for this update.
Returned if the request is successful.
Updates the value of one or more custom fields on one or more issues. Combinations of custom field and issue should be unique within the request.
Apps can only perform this operation on custom fields and custom field types declared in their own manifests.
Permissions required: Only the app that owns the custom field or custom field type can update its values with this operation.
The new write:app-data:jira OAuth scope is 100% optional now, and not using
it won't break your app. However, we recommend adding it to your app's scope
list because we will eventually make it mandatory.
OptionalgenerateWhether to generate app events for this update. Suppresses Forge, Connect, OAuth 2.0, and admin-configured webhooks (registered via the Jira admin UI). Note: Suppressing events means that "issue updated" events will not be emitted for your app or any other apps installed in Jira. This may cause other apps to retain stale data for the updated field, resulting in potentially confusing behaviour. We do not recommend using this flag in a Marketplace app as it may result in incompatibilities with other apps that depend on up-to-date issue data.
OptionalgenerateWhether to generate a changelog for this update.
Returned if the request is successful.
Protected Staticinitialize
This resource represents the values of custom fields added by Forge apps. Use it to update the value of a custom field on issues.
See
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values-apps-