Creating xMatters events for incidents via BMC Helix iPaaS, powered by Jitterbit
As an administrator, you can integrate BMC Helix ITSM with xMatters to synchronize xMatters events with BMC Helix ITSM incidents. When you create an incident with Incident Type as User Service Restoration and Resolution Category as Request > xMatters > Events in BMC Helix ITSM, an event is triggered in xMatters. This integration enables administrators to manage xMatters events in BMC Helix ITSM.
BMC Helix Multi-Cloud Broker, along with BMC Helix iPaaS, powered by Jitterbit provides an out-of-the-box integration template that you use to integrate BMC Helix ITSM and xMatters. You configure the integration in BMC Helix Multi-Cloud Broker and deploy the integration template to your BMC Helix iPaaS environment.
This integration provides the following capabilities:
Use case | DevOps integration capabilities |
---|---|
Create tickets | Create an xMatters event from a BMC Helix ITSM incident. |
Synchronize updates | When a brokered xMatters event is created, the vendor data in BMC Helix Multi-Cloud Broker is automatically updated. Then, you can view the xMatters event details in the BMC Helix ITSM UI. |
When the BMC Helix ITSM incident is closed, update the status of the xMatters event to Terminated. | |
Share comments | When a comment or worklog is added in the BMC Helix ITSM incident, a comment is added in the corresponding xMatters event. Important: To synchronize comments, select the Share with xMatters when you add the comment in BMC Helix ITSM. |
The following image gives an overview of the capabilities that this integration supports:
Logging an xMatters alert in BMC Helix ITSM
The following video illustrates an example of how an xMatters alert is created from a BMC Helix ITSM incident:
Before you begin
Make sure you have the following items:
A validBMC Helix iPaaS, powered by Jitterbit subscription.
The Create xMatters events from BMC Helix ITSM incident 2022-03-01 project file downloaded to your system from the BMC Helix Multi-Cloud Broker page on the Electronic Product Distribution site.
- Company Supervisor, REST Web Services User and Full Access User roles assigned to the user profile in xMatters.
- Administrator access for BMC Helix Multi-Cloud Broker and BMC Helix ITSM users to run this integration.
- Duplicate webhooks with the same condition do not exist in xMatters.
View the xMatters alert details in the BMC Helix ITSM incident
After you implement the integration by using BMC Helix iPaaS, powered by Jitterbit, you can view the xMatters alert details in the corresponding BMC Helix ITSM incident.
Data flow from xMatters to BMC Helix ITSM
Task 1: To configure the integration
- Log in to BMC Helix Innovation Studio.
- On Workspace, click Multi-Cloud Broker.
To launch BMC Helix Multi-Cloud Broker, in the top-right corner of the page, click Visit Deployed Application.
- Click Settings
.
Select Start Here > Quick Configuration Guide.
The Quick Configuration Guide page is displayed.
In the Step 1: Choose configuration tab, perform the following steps:
- Under Notifications, select xMatters Alert to ITSM Incident.
- Click Next.
- Under Notifications, select xMatters Alert to ITSM Incident.
- In the Step 2: Perform configurations tab, perform the following steps:
- Add an operating organization, if you have not already done so.
- Add xMatters as the vendor organization, if you have not already done so.
- To add the vendor metadata, click Map vendors and perform the following steps:
- On the Map Vendors page, click Map Vendor.
Complete the fields as described in the following table:
Field
Action
Description
Enter a description for the vendor metadata configuration.
Ticketing Technology Provider
From the list, select xMatters.
(Optional) Instance Name
If you are using multiple instances of xMatters, enter the name of the instance that you are using for this integration.
Add Mapping
After you select the ticketing technology provider, click Add Mapping.
BMC Helix Multi-Cloud Broker displays the default values in the Instance URL field and the Display Field Mapping section.
Instance URL
The default value of this variable is https://{instanceUrl}/xmatters/app.do#EventDetailsReportPlace:{eventId}/overview.
Update the instanceUrl in the default URL.
For example, update the default value to https://xmatters.bmc.com/xmatters/app.do#EventDetailsReportPlace:{eventId}/overview.
Process Name
The name of the process created in BMC Helix Innovation Studio. The default value of this variable is com.bmc.dsm.ticket-brokering-lib:Connector Process xMatters for {description}.
Display Field Mapping
By default, the basic xMatters fields are mapped in this section.
If you want to map additional fields to display in the BMC Helix ITSM UI, add the relevant mappings by clicking
.
Integration Platform
Select Jitterbit.
- Click Save.
- In the Configure xMatters integration section, refer to the configuration steps listed and select the check boxes as you complete each step.
- Click Save.
Task 2: To import the integration template project file
- Log in to BMC Helix iPaaS and navigate to Cloud Studio.
- Select your organization.
- On the projects page, click Import.
- Click Browse to navigate to and select the JSON file that you downloaded from the Electronic Product Distribution site.
The Project Name and Organization fields are automatically populated. The default project name is displayed, but you can change it, as needed. - From the Environment list, select the environment to which you want to import this integration template, and click Import.
The project opens after the integration template is imported. - To open the project file at a later time, select the environment where the integration templates are available, select the project name, and click View/Edit.
Task 3: To update the project variables for the integration template
- Click the ellipsis ... next to the project name and select Project Variables.
- Update the project variables as described in the following tables:
BMC Helix iPaaS project variables
Project variable
Action
BHIP_API_Name
Enter the name for API that is created in BMC Helix iPaaS to receive BMC Helix Multi-Cloud Broker webhook requests.
The default value of this variable is set to BMCHelixITSMIncidentAndxMattersEvent.
If required, change the name.
BHIP_API_User_Roles
Specify the organization roles that should have access to the new API. You can add multiple, comma separated values.
Important: If you do not specify any value, all the organization roles get access to the new API.BHIP_MCB_API_Profile_Username
The integration template creates an API in BMC Helix iPaaS to handle requests from BMC Helix Multi-Cloud Broker.
Enter the user name that should be used while creating the BMC Helix Multi-Cloud Broker API profile.
BHIP_MCB_API_Profile_Password
The integration template creates an API in BMC Helix iPaaS to handle requests from BMC Helix Multi-Cloud Broker.
Enter the password that should be used while creating the BMC Helix Multi-Cloud Broker API profile.
BHIP_Vendor_API_Profile_Type
The integration templates create APIs to accept requests from a vendor.
Enter one of the following API authentication mechanisms that you want to use with this API:
- BASIC
- ANONYMOUS
- APIKEY
BHIP_Vendor_API_Profile_Username
Enter the user name for the security profile that you want to use with the vendor API.
Important: Provide a value for this variable only if you select the BASIC option in BHIP_Vendor_API_Profile_Type.
BHIP_Vendor_API_Profile_Password
Enter the password for the security profile that you want to use with the vendor API.
Important: Provide a value for this variable only if you select the BASIC option in BHIP_Vendor_API_Profile_Type.
BHIP_Vendor_API_Profile_ApiKey_Name
Enter the APIKEY name for the security profile that you want to use with the vendor API.
Important: Provide a value for this variable only if you select the APIKEY option in BHIP_Vendor_API_Profile_Type.
BHIP_Host
Enter the BMC Helix iPaaS instance URL where you want to run this project.
Important: Make sure that you do not enter any leading and trailing spaces.
BHIP_User_Name
Enter the user name for the BMC Helix iPaaS instance.
BHIP_User_Password
Enter the password for the BMC Helix iPaaS instance.
xMatters variables:
Project variable
Action
xMatters_Host_URL
Enter the xMatters instance URL where you want to run this project. Important: Make sure that you do not enter any leading and trailing spaces.
xMatters_User_Name
Enter the user name to access xMatters.
xMatters_User_Password
Enter the password for the xMatters user.
xMatters_Form_Name
Enter the name of the xMatters form to be populated.
xMatters_Trigger_Name
Enter the type of trigger used to define the purpose of the webhook; for example, Event Status Updates.
xMatters_Client_Id
Enter the xMatters Client ID. The value of the client ID for your company is available on the OAuth page of the Workflows tab.
xMatters_Endpoint
Enter the name of the xMatters endpoint used to establish the webhook connection.
xMatters_Integration
Enter the name of the workflow defined for the outbound integration. Enter Integrations.
xMatters_Workflow_Name
Enter the name of the xMatters workflow.
BMC Helix Multi-Cloud Broker project variables:
Project variable
Action
MCB_Host
Enter the BMC Helix Multi-Cloud Broker host URL to which the xMatters events should be synchronized.
MCB_Username
Enter the user name that enables users to interact with BMC Helix Multi-Cloud Broker.
MCB_Password
Enter the password for the provided user name.
MCB_Vendor_Name
This variable is autopopulated. Do not change the default value.
The following variables are inputs from BMC Helix ITSM. Either enter values for these variables or map appropriate xMatters fields if the data is available:
Project variable
Action
ITSM_Company_Name
Enter the company name for which the integration template needs to be run; for example, Calbro Services.
ITSM_Customer_First_Name
Enter the first name of the BMC Helix ITSM customer.
ITSM_Customer_Last_Name
Enter the last name of the BMC Helix ITSM customer.
ITSM_Incident_Type
Enter any of the following incident types for which a corresponding xMatters alert should be created:
- User Service Restoration
- User Service Request
- Infrastructure Restoration
- Infrastructure Event
- Security Incident
The default value of this variable is set to User Service Restoration.
Task 4: To deploy and enable the project
Deployment is a one-time activity that initializes the integration configurations. The UI displays a message for the deployment status.
The following image shows the steps to deploy the project and then enable it by deploying the workflow:
(Optional) Task 5: To set the API debug mode
By default, the debug mode is set to 2 hours after you run the integration. Debug logs are updated for the time set for the debug mode. To increase the debug mode for a longer period of time, perform the following steps:
- In BMC Helix iPaaS, powered by Jitterbit, select API Manager > My APIs.
- Open the BMC_Helix_ITSM_Incident_And_xMatters_Event_Vendor_To_MCB API.
- Select Enable Debug Mode Until: and set it for the required date and time.
- Save and publish the API.
Related topic