provider App migration PUT /rest/atlassian-connect/1/migration/field
@utdk/jira /rest/atlassian-connect/1/migration/field
Bulk update custom field value
Updates the value of a custom field added by Connect apps on one or more issues. The values of up to 200 custom fields can be updated. **[Permissions](#permissions) required:** Only Connect apps can make this request
Atlassian-Transfer-Id header required
The ID of the transfer.
string

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
appissuefieldvalueupdateresourceUpdateissuefieldsPut
PUT/rest/atlassian-connect/1/migration/field
Updates the value of a custom field added by Connect apps on one or more issues. The values of up to 200 custom fields can be updated. **[Permissions](#permissions) required:** Only Connect apps can make this request

Input

The list of custom field update 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.appissuefieldvalueupdateresourceUpdateissuefieldsPut()