provider App migration PUT /rest/atlassian-connect/1/migration/properties/{entityType}
@utdk/jira /rest/atlassian-connect/1/migration/properties/{entityType}
Bulk update entity properties
Updates the values of multiple entity properties for an object, up to 50 updates per request. This operation is for use by Connect apps during app migration.
Atlassian-Transfer-Id header required
The app migration transfer ID.
string
entityType path required
The type indicating the object that contains the entity properties.
enum: IssueProperty, CommentProperty, DashboardItemProperty, IssueTypeProperty…

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
migrationresourceUpdateentitypropertiesvaluePut
PUT/rest/atlassian-connect/1/migration/properties/{entityType}
Updates the values of multiple entity properties for an object, up to 50 updates per request. This operation is for use by Connect apps during app migration.

Parameters

required

The type indicating the object that contains the entity properties.

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.migrationresourceUpdateentitypropertiesvaluePut()