https://your-domain.atlassian.net/rest/api/3/workflow/rule/configReturns a paginated 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. * matching one or more transition rule keys. Only workflows containing transition rules created by the calling Connect app are returned. Due to server-side optimizations, workflows with an empty list of rules may be returned; these workflows can be ignored. **Permissions required:** Only Connect apps can use this operation.
The index of the first item to return in a page of results (page offset).
The maximum number of items to return per page.
The types of the transition rules to return.
The transition rule class keys, as defined in the Connect app descriptor, of the transition rules to return.
EXPERIMENTAL: The list of workflow names to filter by.
EXPERIMENTAL: The list of `tags` to filter by.
EXPERIMENTAL: Whether draft or published workflows are returned. If not provided, both workflow types are returned.
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.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://your-domain.atlassian.net/rest/api/3/workflow/rule/config' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}https://your-domain.atlassian.net/rest/api/3/workflow/rule/configReturns a paginated 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. * matching one or more transition rule keys. Only workflows containing transition rules created by the calling Connect app are returned. Due to server-side optimizations, workflows with an empty list of rules may be returned; these workflows can be ignored. **Permissions required:** Only Connect apps can use this operation.
The index of the first item to return in a page of results (page offset).
The maximum number of items to return per page.
The types of the transition rules to return.
The transition rule class keys, as defined in the Connect app descriptor, of the transition rules to return.
EXPERIMENTAL: The list of workflow names to filter by.
EXPERIMENTAL: The list of `tags` to filter by.
EXPERIMENTAL: Whether draft or published workflows are returned. If not provided, both workflow types are returned.
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.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://your-domain.atlassian.net/rest/api/3/workflow/rule/config' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}