Auto actions
You can add automatic actions to your release process that trigger common tasks, such as CI run jobs, email notifications, and the generation of document reports.
Prerequisites
Ensure that the prerequisites below are met for the following auto action types:
- Run job: Ensure that the necessary ALM Octane integrations are configured for your workspace. For details, see Integrations overview.
- Update entities and Add comment: Ensure that the API key for auto actions is defined in the release process details. For details, see Common auto actions.
-
Generate document report:
-
Ensure that API key for auto actions is defined, and that the API key has the Generate Document Report permission from the General System Actions category. If necessary, contact your admin to grant this permission to the API key user. For details, see Prerequisites.
-
Make sure that you have defined at least one document report template. For details, see Document reports.
-
API keys
The API key for auto actions is a user account with the Release Manager role. It is used to perform system actions that are logged and that require authentication. Only users with the Workspace Admin or Release Manager roles can define the API key.
Some ALM Octane auto actions are performed on behalf of the API key. The API key for auto actions is defined for a release process.
For example, for a Update entities auto action, the updates are recorded in the item's history as the action performed by the API key for auto actions.
Common auto actions
The following are some common auto actions, displayed in the user interface as ALM Octane Auto Actions.
Type | Details | ||||||
---|---|---|---|---|---|---|---|
Add comment |
Adds comments to the selected item types. This capability is available for:
Tip: To narrow down the list of items to which a comment will be added, apply a filter. For example:
Note: Comments are added on behalf of the API key. Ensure the defined API key user has permissions to add comments to the selected item type. |
||||||
Generate document report |
Generates a document report based on the selected template. The template drop down only includes templates that are shared with all users. If the auto action is successful, the owner of the auto action is notified of the report generation in the My Work area. Note the following:
|
||||||
Send email |
Sends an email with a specific message. Specify the To, CC, and BCC fields, the subject, content, and importance level. |
||||||
Update entities |
Performs an update to Work items, such as features and backlog items. If the auto action succeeds, the new values replace the original ones, for the specified type. Specify the following values:
Note: By default, the maximum number of ALM Octane items that can be updated by an auto action is set to 500. Your admin can change this number by modifying the RC_AA_UPDATE_ENTITIES_MAX_SIZE parameter. For details, see Configuration parameters. |
CI server auto actions
Release processes let you perform automated actions on CI servers. This section describes how to create Run job auto actions for common CI servers.
For a CI action, you define the following:
Field | Details |
---|---|
CI server |
The CI server whose job the auto action should run. The supported servers are: Jenkins, Bamboo, Azure DevOps, PulseUno, GitLab, and TeamCity. Note:
|
CI job |
A job that the auto action should execute, depending on the selected CI server. |
Execution parameters |
Job execution parameters that ALM Octane should pass to the CI server. Note:
|
Branch name |
The branch on which the job should run. Note:
|
CD server auto actions
Release processes let you perform automated actions in on CD servers.
Technical preview: The Deployment Automation integration is provided as a technical preview. It may require a separate license in the future.
Type | Details |
---|---|
Run application process |
Deployment Automation: Auto actions can run application processes using snapshots or component versions. Specify the CD server, the application and its environment, a process, a snapshot/component and their versions. Tip: You can parameterize the Deployment Automation component version and snapshot, to run the application process for multiple component versions and snapshots. For example, you can run the auto action with Expression mode on, and again with it off, by using different input variables for the snapshot. For details, see Auto actions. Note: Auto actions for Deployment Automation (DA) processes do not support the cancellation of application approvals within DA. |
REST call auto actions
You can trigger a REST call auto action as part of your release process flow. This capability enables you to integrate with a variety of systems and services, allowing you to extend the functionality of the release process and improve its efficiency.
-
Most request fields allow you to use parameterization. Click the {x} in the field to open a list of the available variables and fields. For details, see Auto actions.
-
Response handling supports JSONPath type expressions. Use the JSONPath query language to extract relevant data from the response. You can then use the results to set variable values in post processing.
To create a REST Call auto action:
-
Select Generic Service > REST Call as the action type.
-
Select an HTTP method: DELETE, GET, POST, or PUT.
-
Optionally expand the Auth type field to use an API key with the REST call.
-
Specify a URL.
-
Add Body content.
-
Optionally click + Add Header to add a header to the API call.
-
Optionally create a named expression to parse the response.
-
Optionally implement advanced output processing. For details, see Auto actions.
Next steps: