Synchronizing work orders with Azure DevOps work items via BMC Helix iPaaS, powered by Jitterbit
The following image gives an overview of the capabilities that this integration supports:
This integration provides the following capabilities:
Use case | BMC Helix ITSM to Azure DevOps | Azure DevOps to BMC Helix ITSM |
---|---|---|
Create tickets | Creates an Azure DevOps work item from a BMC Helix ITSM work order. The BMC Helix ITSM work order number is passed to the Azure DevOps work item. Important: When you create BMC Helix ITSM work order, enter any of the following values in the field set as the webhook condition parameter:
| Creates a BMC Helix ITSM work order from an Azure DevOps work item. The Azure DevOps work item number is passed to the BMC Helix ITSM work order. |
Synchronize updates Important: Fields defined in the Vendor Field Mapping section of the Map vendors configuration are synced. | Updates the Azure DevOps work item based on the changes made to the Summary, Priority, and Status fields in a BMC Helix ITSM work order | Updates the BMC Helix ITSM work order based on changes made to the summary, priority, and status fields in an Azure DevOps work item |
Synchronize comments (with and without attachments) | Creates or updates an Azure DevOps work item comment from a work order activity note. To share comments, select Share with Azure DevOps when you add the comment in BMC Helix ITSM. | Creates or updates an activity note in the work order from an Azure DevOps work item comment. Important: In the Azure DevOps work item, you can add attachments in comments and in the attachment section. |
Synchronize the Description field attachments | Displays attachments from the BMC Helix ITSM work order Description field in the corresponding Azure DevOps work item. Only the attachments that are added while creating or updating a work order are synchronized. | Not applicable |
BMC Helix ITSM to Azure DevOps data flows
The following image gives an overview of the data flow for creating an Azure DevOps work item from a BMC Helix ITSM work order:
The following image gives an overview of the data flow for synchronizing updates and comments from a BMC Helix ITSM work order to an Azure DevOps work item:
Azure DevOps to BMC Helix ITSM data flows
The following image gives an overview of the data flow for creating a BMC Helix ITSM work order from an Azure DevOps work item:
The following image gives an overview of the data flow for synchronizing comments and updates from an Azure DevOps work item to a BMC Helix ITSM work order:
Before you begin
You require the following items to successfully set up and use this integration:
Required versions |
|
---|---|
Authentication and permissions |
|
Application registration |
|
Limitation |
|
Subscription |
|
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, click Visit Deployed Application.
- Click Settings
.
- Select Start Here > Quick Configuration Guide.
The Quick Configuration Guide page is displayed. On the Step 1: Choose configuration tab, perform the following steps:
- Under DevOps Toolchain, select Between ITSM WorkOrder and Azure DevOps.
- Click Next.
- Under DevOps Toolchain, select Between ITSM WorkOrder and Azure DevOps.
- On the Step 2: Perform configurations tab, perform the following steps:
- Add an operating organization, if you have not already done so.
- Add Azure DevOps as the vendor organization, if you have not already done so.
- To add the vendor metadata configuration, 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 Azure DevOps.
Instance Name
If you are using multiple instances of Azure DevOps, enter the name of the Azure DevOps 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 Vendor Field Mapping and Display Field Mapping sections.
(Optional) Instance URL
Update the Azure DevOps server name and port in the default URL.
The default value of this variable is:
https://dev.azure.com/{organization}/{project}/_workitems/edit/{System.Id}.
For example, update the default value to https://dev.azure.com/bmcmcsm/MCSM/_workitems/edit/{System.Id}.
Vendor Field Mapping
To perform a direct data synchronization between BMC Helix ITSM and Azure DevOps, you can update the mappings in the Remedy to Vendor Sync Fields and Vendor to Remedy Sync Fields.
Display Field Mapping
By default, the basic Azure DevOps 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
.
Resolve Work Order Ticket When Vendor Closes It
Select the toggle key if you want to resolve the work order when the associated Azure DevOps work item is closed.
Integration Platform
Select Jitterbit.
- Click Save.
- To fetch work orders from BMC Helix ITSM, click Define filter criteria to fetch records from ITSM to Helix Multi-Cloud Broker for work order, and perform the following steps:
- To select the filter criteria, click Advanced filter.
- Select the filters from the available fields, and click Next.
The query filter expression is displayed. By default, the AND qualifier is applied when you select multiple filter criteria. To change the qualifier for your filters, update the query, and then click Save.
- Click Close.
When a work order matches the operation and filter that you have selected, the system fetches that work order to BMC Helix Multi-Cloud Broker.
- To select the filter criteria, click Advanced filter.
- In the Configure Azure DevOps integration section, refer to the configuration steps listed and select the check boxes as you complete each step.
- Click Save.
Task 2: To download and import the integration template project file
Download the Sync BMC Helix ITSM work order and Microsoft Azure DevOps work item Update 2025-1-01 file.
This file contains the BMC Helix iPaaS Integration Studio project Sync BMC Helix ITSM work order and Microsoft Azure DevOps work item Update 2025-1-01.- Log in to BMC Helix iPaaS and navigate to Integration Studio.
- Select your organization.
- On the projects page, click Import.
Click Browse and then select the Sync BMC Helix ITSM work order and Microsoft Azure DevOps work item Update 2025-1-01.json file you downloaded.
The Project Name and Organization fields are automatically populated. The default project name is displayed. You can change the project name.
- 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
- Next to the Environment name, click the ellipsis ... and select Project Variables.
- Update the project variables as described in the following tables:
BMC Helix iPaaS variables:
Project variable
Action
BHIP_API_NAME
The integration template creates an API in the BMC Helix iPaaS API Manager to handle requests from BMC Helix Multi-Cloud Broker and Azure DevOps.
Enter a prefix for the webhook APIs created in the BMC Helix Multi-Cloud Broker API Manager.
BHIP_API_User_Roles
Enter comma-separated values of the organization roles assigned for the BMC Helix iPaaS API; for example: Admin, User.
Only a user with these roles can access the APIs.
Important:
If you do not specify any value, all the organization roles get access to the new API.BHIP_MCB_API_Profile_User_Name
The integration template creates the API in the BMC Helix iPaaS API Manager API to handle requests from BMC Helix Multi-Cloud Broker.
Enter a user name to create and access the BMC Helix Multi-Cloud Broker API security profile.
BHIP_MCB_API_Profile_User_Password
Enter a password for the BMC Helix Multi-Cloud Broker security profile.
BHIP_Vendor_API_Profile_Type
The security profile type defines the authentication type used by the Azure DevOps webhook API to access the BMC Helix iPaaS API. The security profile type is added in the BMC Helix iPaaS API Manager.
Enter one of the following values:
- BASIC
- APIKEY
The default value is BASIC.
Important:
For profile types supported by the application, the integration template automatically creates the security profiles when you enable the integration.
BHIP_Vendor_API_Profile_User_Name
The integration template creates an API in the BMC Helix iPaaS API Manager to handle requests from Azure DevOps. The API is created and accessed by using security profile credentials which the integration template includes in the webhook created in Azure DevOps. Azure DevOps uses the credentials to communicate with the API.
Enter the user name for the Azure DevOps API security profile.
Important:
You need to provide a value for this variable, only if you select the BASIC option in BHIP_Vendor_API_Profile_Type.
BHIP_Vendor_API_Profile_User_Password
Enter a password for the Azure DevOps API security profile.
Important:
You need to 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
Change the default value, if required.
The default value is apiKey.
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 in the URL.
BHIP_User_Name
Enter the login ID to access the BMC Helix iPaaS instance.
Important:
The BMC Helix iPaaS login credentials are required to create the API in BMC Helix iPaaS by using RestAPI. The credentials are required because BMC Helix iPaaS does not provide the login status of a user.
BHIP_User_Password
Enter the password for the login ID.
Enable_BMC_Helix_To_Vendor_Integration
Enable the creation of Azure DevOps work items from BMC Helix ITSM work orders, and synchronization of updates and comments.
By default, this variable is set to true.
If you want to disable the creation of Azure DevOps work items from BMC Helix ITSM work orders, and synchronization of updates and comments, set the default value to false.
Enable_Vendor_To_BMC_Helix_Integration
Enable the creation of BMC Helix ITSM work orders from Azure DevOps work items, and synchronization of updates and comments.
By default, this variable is set to true.
If you want to disable the creation of BMC Helix ITSM work orders from Azure DevOps, and synchronization of updates and comments, set the default value to false.
Azure DevOps project variables:
Project variable
Action
AzureDevOps_Host
Enter the host URL of the Azure DevOps instance in the following format:
[http/https]://[hostname]:[port]Important: Make sure that you do not enter any leading and trailing spaces in the URL.
AzureDevOps_Organization
Enter your organization name in Azure DevOps.
AzureDevOps_Project
Enter the project name that you want to use in Azure DevOps.
AzureDevOps_User_Name
Enter the name of the user who accesses Azure DevOps.
AzureDevOps_User_Personal_Access_Token
Enter the Azure DevOps personal access token that you created earlier.
AzureDevOps_Webhook_Area_Path
Enter the area path name based on which the Azure DevOps webhook can filter the work items.
AzureDevOps_Webhook_Tag
Enter the tag name based on which the Azure DevOps webhook can filter the work items.
AzureDevOps_Webhook_Work_Item_Type
Enter the type of work item based on which the Azure DevOps webhook events should be filtered. The integration template supports the following work item types:
- Bug
- Epic
- Feature
- User Story
BMC Helix Multi-Cloud Broker project variables:
Project variable
Action
MCB_Host
Enter the BMC Helix Multi-Cloud Broker host URL to which the Azure DevOps work items should be synchronized.
Important: Make sure that you do not enter any leading and trailing spaces.
MCB_User_Name
Enter the user name that enables users to interact with BMC Helix Multi-Cloud Broker.
MCB_User_Password
Enter the password for the provided user name.
MCB_Vendor_Name
Enter the value in the following format for multiple instances of Azure DevOps:
Azure DevOps.<Instance name>The instance name in the preceding format is the name you entered in the Instance Name field while configuring vendor metadata.
MCB_Assigned_Group
Enter the name of the support group to which you want to assign the incident.
MCB_Assigned_Support_Organization
Enter the name of the support organization to which you want to assign the incident.
MCB_Assigned_Company
Enter the name of the company for which you want to create the incident.
MCB_Assigned_Company_Id
Enter the ID of the company for which you want to create the incident.
MCB_Assigned_Business_Unit
Enter the name of the business unit to which you want to assign the incident.
The following variables are inputs from BMC Helix ITSM. Either enter values for these variables or map appropriate Azure DevOps 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.
This company name is displayed in a work order that is created in BMC Helix ITSM; for example, Apex Global.
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.
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.
To deploy the project and then enable the integration:
- To deploy the project, next to the project name, click the ellipsis ..., and select Deploy Project.
- To enable the integration, next to the Enable Integrations operation, under 2.0 Integrations workflow, click the ellipsis ..., and select Run.
The following image shows the steps to deploy the project and enable it by deploying the workflow:
After you enable the integration, when a work item is created in Azure DevOps, a corresponding word order is created in BMC Helix ITSM, and the converse is true. Comments added to the Azure DevOps work item are synced with the BMC Helix ITSM work order, and the converse is true.
(Optional) Task 5: To set the time for 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, select API Manager > My APIs.
- Open any of the following APIs:
- BHIP_API_Name_Azure_Work_Item_MCB_To_Vendor—This API creates an Azure DevOps work item from a BMC Helix ITSM work order.
- BHIP_API_Name_Azure_Work_Item_Vendor_To_MCB—This API creates a BMC Helix ITSM work order from an Azure DevOps work item.
- Select Enable Debug Mode Until: and set it for the required date and time.
- Save and publish the API.
(Optional) Task 6: To map a custom field between BMC Helix ITSM and Azure DevOps
You can map custom fields between BMC Helix ITSM and Azure DevOps. To learn about the steps to map the custom fields, see Synchronizing-custom-field-values-for-integrations.