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.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Atlassian-Transfer-Id String Yes

The app migration transfer ID.

Request body fields

Name Type Required Description
workflowEntityId String Yes

The workflow ID.

expand String No

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.

ruleIds[] Array Yes

The list of workflow rule IDs.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.