provider App migration POST /rest/atlassian-connect/1/migration/workflow/rule/search
@utdk/jira /rest/atlassian-connect/1/migration/workflow/rule/search
Get workflow transition rule configurations
Returns configurations for workflow transition rules migrated from server to cloud and owned by the calling Connect app.
Atlassian-Transfer-Id header required
The app migration transfer ID.
string

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.

migrationresourceWorkflowrulesearchPost
POST/rest/atlassian-connect/1/migration/workflow/rule/search
Returns configurations for workflow transition rules migrated from server to cloud and owned by the calling Connect app.

Input

Use expand to include additional information in the response. This parameter accepts `transition` which, for each rule, returns information about the transition the rule is assigned to.

required

The list of workflow rule IDs.

required

The workflow ID.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.migrationresourceWorkflowrulesearchPost()