{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Workflow Transition Rules API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workflow Transition Rules", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Get Workflow Transition Rule Configurations", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/rest/api/3/workflow/rule/config", "params": [ { "name": "startAt", "value": "", "type": "query", "description": "The index of the first item to return in a page of results (page offset)." }, { "name": "maxResults", "value": "", "type": "query", "description": "The maximum number of items to return per page." }, { "name": "types", "value": "", "type": "query", "description": "The types of the transition rules to return." }, { "name": "keys", "value": "", "type": "query", "description": "The transition rule class keys, as defined in the Connect or the Forge app descriptor, of the transition rules to return." }, { "name": "workflowNames", "value": "", "type": "query", "description": "The list of workflow names to filter by." }, { "name": "withTags", "value": "", "type": "query", "description": "The list of `tags` to filter by." }, { "name": "draft", "value": "", "type": "query", "description": "Whether draft or published workflows are returned. If not provided, both workflow types are returned." }, { "name": "expand", "value": "", "type": "query", "description": "Use [expand](#expansion) 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." } ] }, "docs": "Returns a [paginated](#pagination) list of workflows with transition rules. The workflows can be filtered to return only those containing workflow transition rules:

* of one or more transition rule types, such as [workflow post functions](https://developer.atlassian.com/cloud/jira/platform/modules/workflow-post-function/).
* matching one or more transition rule keys.

Only workflows containing transition rules created by the calling [Connect](https://developer.atlassian.com/c" }, { "info": { "name": "Atlassian Update Workflow Transition Rule Configurations", "type": "http" }, "http": { "method": "PUT", "url": "https://api.atlassian.com/rest/api/3/workflow/rule/config", "body": { "type": "json", "data": "{}" } }, "docs": "Updates configuration of workflow transition rules. The following rule types are supported:

* [post functions](https://developer.atlassian.com/cloud/jira/platform/modules/workflow-post-function/)
* [conditions](https://developer.atlassian.com/cloud/jira/platform/modules/workflow-condition/)
* [validators](https://developer.atlassian.com/cloud/jira/platform/modules/workflow-validator/)

Only rules created by the calling [Connect](https://developer.atlassian.com/cloud/jira" }, { "info": { "name": "Atlassian Delete Workflow Transition Rule Configurations", "type": "http" }, "http": { "method": "PUT", "url": "https://api.atlassian.com/rest/api/3/workflow/rule/config/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes workflow transition rules from one or more workflows. These rule types are supported:

* [post functions](https://developer.atlassian.com/cloud/jira/platform/modules/workflow-post-function/)
* [conditions](https://developer.atlassian.com/cloud/jira/platform/modules/workflow-condition/)
* [validators](https://developer.atlassian.com/cloud/jira/platform/modules/workflow-validator/)

Only rules created by the calling Connect app can be deleted.

**[Permissions]" } ] } ], "bundled": true }