Release “R24-17” #
Available from 9th December 2024
Highlights #
Custom Connectors > Script – cycle_variables now available to action_condition and webhook_condition event functions
When working on a Custom Connector, you can now access the cycle_variables in both the action_condition and webhook_condition Script event functions. This enables you to work with any Variables set at the Cycle-level.
Custom Connectors > Script – new Script auth variables available
Script functions now have auth_type and oauth2_type variables available to them. These can be used to check the Authentication Type of an Account Connector to decide which action to take, e.g. is an Account Connector using Basic or OAuth2.0 authentication? If it is OAuth2.0 is that ClientCredentials or PasswordCredentials?
Cyclr API – GET /v1.0/accounts/{id}/usage endpoint now allows start and end dates
Previously, the GET /v1.0/accounts/{id}/usage Cyclr API endpoint only retrieved Task and Incident Usage for the current billing period. Now you can provide both start and end dates to retrieve Task and Incident Usage for a single Account.
See the appropriate Interactive API Reference for the Cyclr Instance your Console is hosted on.
Improvements #
Console > Templates/Accounts > Cycles – correctly import integrations with HTTP Request Steps
Previously, importing an integration (a Template or a Cycle) that contained a Quick Connector’s HTTP Request Step wouldn’t correctly setup and preserve the underlying fields, resulting in them being recreated when passing through the HTTP Request’s Step Setup after importing.
Additionally, the internal Account Connector used by the HTTP Request Step wouldn’t be recreated, resulting in multiple HTTP Request Steps being related to the same underlying Quick Connector entry.