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
- https://your-domain.atlassian.net
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 |
ruleIds[] |
Array | Yes |
The list of workflow rule IDs. |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.