Released the API for search and invoke "manual" rule.
Manual rules can be fetched and invoked for one or more objects. Initially only issue
and alert
objects are supported.
The numeric ruleId
property in the response of the "Create a rule from a template" API is deprecated and replaced with ruleUuid
property, which is a string in UUID V7 format. The ruleId
property will be removed in Jan 2025.
Released an experimental API for rule management operations, such as creating, updating, and searching for rules.
For the initial release, searching for rule summaries only supports filtering by trigger, rule state, and rule scope (single ARI).
We're introducing a breaking change to the cursor pagination links returned in the response body of Automation API endpoints.
Currently, the links
object in the response body of the search APIs contain absolute links to the next page of results, for example https://example.com/public/search/?cursor=bbbbbb&limit=2
.
As of August 11th, 2025, this will change to only return the query parameters, for example ?cursor=bbbbbb&limit=2
.
Rule management APIs are no longer experimental and are now generally available. Rule connections can now be created on rule write operations.
Rate this page: