Invoking a process in BMC Helix Innovation Studio
To add the BMC Helix Innovation Studio process action to a policy
- In the BMC Helix Intelligent Automation console, click Policies and the click Create Automation Policy.
- In the Policy Information section, enter a unique name and an optional description for the policy.
- Select Manual or Automatic depending upon whether you want to execute the policy manually or automatically based on the incoming events.
- In the Trigger section, click Browse and perform one of the following steps to select an event:
- From the Select Event Type tab, select an existing event type, and click Done.
On the Paste Event JSON tab, enter event in the JSON format, and click Done.
{"event_type": "innovation_studio_get_all_jira_issues_event"}
In the Trigger Condition text box, build the following expression to match the trigger condition to the event:
"$?($.\"event\".\"event_type\" == \"innovation_studio_get_all_jira_issues_event\")"- To add system or custom tags to the policy, perform the following steps:
- System tags: Select one or more tags from the list of available system tags.
Based on the event, some system tags are displayed. - Custom tags: In the Tags (Optional) section, enter a key-value pair.
Tag key should start with an alphabet and end with an alphanumeric character. Key supports alphanumeric characters and periods, dashes, and underscores.
- System tags: Select one or more tags from the list of available system tags.
- To add action to the policy, click Add Action and perform the following steps by using the action wizard:
- From the Pick an automation tool section, click the connector name.
Only configured connectors are displayed here. The wizard takes you to the next step to select an action. - Click Select against the BMC Helix Innovation Studio action.
- Click Sync Actions.
All available process in BMC Helix Innovation Studio appear. - Select the Get all issues in Jira action.
This action does not require a request body. The action name and the event parameters appear in the add action dialog box.
- From the Pick an automation tool section, click the connector name.
- Click Done.
The added action appears in the Action Configuration section on the Create Automation Policies page.
- Click Done.
- In the Estimated Savings section, enter an approximate time (in minutes) and money (in USD) that you may save by automating this action.
Select Publish Policy and click Save to publish the policy.
This policy runs every time an event that matches the trigger conditions appears in BMC Helix Intelligent Automation.