BMC Helix ITSM

BMC Helix ITSM is a predictive service management system for managing IT resources, infrastructure, and applications. By combining xMatters and BMC Helix, you can automatically find and notify the right people to respond before an issue becomes an incident.

This workflow lets you send actionable alerts to on-call resources when xMatters gets a signal from BMC Helix. Responders can initiate an incident with the press of a button, or you can build on the flow to perform automated resolution tasks.

How it works

When an alert is generated in BMC Helix, it sends a JSON-formatted webhook to xMatters, based on user-defined business rules. A BMC Helix ITSM Incidents trigger in xMatters parses the webhook based on whether a BMC Helix ticket has an assigned user or group, and initiates a flow that either creates a new incident or updates an existing one.

Install the workflow

  1. Go to the Workflow Templates page and click the BMC Helix ITSM tile.
  2. On the Set up the workflow tab, give the workflow a name that identifies its purpose (this must be unique in your instance), add an optional description, and set the default incident type (if applicable). Any built-in Initiate Incident steps in the workflow will automatically be set to the selected incident type.
    • You can edit these later, if needed.

  3. Click Next to set up the connection.
  4. Copy the trigger URL — you’ll use it to configure the webhook in BMC Helix.
    • The trigger URL includes the recipients parameter, which specifies who should be notified. By default, this parameter is set to notify you (the logged in user), but you can set it to target any user or group you want.

  5. Click Open Workflow.
  6. Go to Components > Endpoints and create a new endpoint for the authenticating user. See HTTP endpoints for instructions on creating a BMC Helix ITSM endpoint.

Configure BMC Helix ITSM to send requests to the trigger URL

To have BMC Helix ITSM send alerts to the flow trigger, you need to configure two webhooks and set them to use the trigger URL. The first webhook creates incidents, the second one updates them with information from BMC Helix ITSM. You can either configure the webhooks using the BMC Helix ITSM user interface, or the BMC Helix ITSM API.

You're ready to use the webhook to trigger automated flows, including steps such as sending alerts and initiating incidents, though we always recommend testing before putting things into use.

Configure xMatters to send updates to BMC Helix

To send updates to BMC Helix, the workflow requires an authenticating user for both User Assignment, and Group Assignment. The following instructions describe how to create a constant for the authenticating user in your xMatters workflow.

Set recipients in the trigger URL

The trigger expects the recipients in the trigger URL. When you copy the URL from xMatters, it includes the recipients parameter: recipients=<yourname>. Of course, you don’t want to receive all the alerts.

To change the recipients for alerts from this webhook, swap out your name for the people or groups you want to target.

  • For URL authentication, use an ampersand to attach recipients. For example, if you want to notify Emma Pearson and the on-call members in the group responsible for the Antares service, you'd add &recipients=epearson,antares to the URL.
  • For other authentication types, use a question mark to attach recipients. For example, if you want to notify Barry Gull and the on-call members in the group responsible for the Cassiopeia service, you'd add ?recipients=bgull,cassiopeia to the URL.

Remember to URL-encode any special characters, including spaces, in your group names.

We recommend using groups so you can take advantage of the xMatters group features — rotations, escalations, and absences — to reach the right on-call people to jump on an issue.

How to use the workflow

The BMC Helix ITSM workflow performs two-way communication between xMatters and BMC Helix. When condition you've set fires, it sends a signal to xMatters, which either creates a new incident or updates an existing one. When there is a change to the incident in xMatters, an update is sent back to BMC Helix.

Next Steps

Now that you've installed the workflow, you can use it as-is, or customize it to suit your needs better. Here are some examples of things you can add to the workflow to customize it: