{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account App Migration API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "App Migration", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Bulk Update Custom Field Value", "type": "http" }, "http": { "method": "PUT", "url": "https://api.atlassian.com/rest/atlassian-connect/1/migration/field", "headers": [ { "name": "Atlassian-Transfer-Id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "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" }, { "info": { "name": "Atlassian Bulk Update Entity Properties", "type": "http" }, "http": { "method": "PUT", "url": "https://api.atlassian.com/rest/atlassian-connect/1/migration/properties/:entityType", "headers": [ { "name": "Atlassian-Transfer-Id", "value": "" } ], "params": [ { "name": "entityType", "value": "", "type": "path", "description": "The type indicating the object that contains the entity properties." } ], "body": { "type": "json", "data": "{}" } }, "docs": "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." }, { "info": { "name": "Atlassian Get Workflow Transition Rule Configurations", "type": "http" }, "http": { "method": "POST", "url": "https://api.atlassian.com/rest/atlassian-connect/1/migration/workflow/rule/search", "headers": [ { "name": "Atlassian-Transfer-Id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns configurations for workflow transition rules migrated from server to cloud and owned by the calling Connect app." } ] } ], "bundled": true }