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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.migrationresourceUpdateentitypropertiesvaluePut()