App migration
Get workflow transition rule configurations
Returns configurations for workflow transition rules migrated from server to cloud and owned by the calling Connect app.
post/rest/atlassian-connect/1/migration/workflow/rule/search
Headers
Atlassian-Transfer-Idstring uuid required
The app migration transfer ID.
Request body
Example request
{
"expand": "transition",
"ruleIds": [
"55d44f1d-c859-42e5-9c27-2c5ec3f340b1"
],
"workflowEntityId": "a498d711-685d-428d-8c3e-bc03bb450ea7"
}Response
Returned if the request is successful.
Example response
{
"invalidRules": [
"55d44f1d-c859-42e5-9c27-2c5ec3f340b1"
],
"workflowEntityId": "a498d711-685d-428d-8c3e-bc03bb450ea7"
}