Integrating BMC Helix Innovation Studio applications with third-party applications by using BMC Helix iPaaS, powered by Jitterbit
Before you begin
Before you connect to BMC Helix iPaaS, make sure you have the following subscriptions and files to successfully set up and use BMC Helix iPaaS:
A valid BMC Helix iPaaS subscription
- Application business analyst and administrator access to BMC Helix Innovation Studio to create workflows and processes
Process for connecting to BMC Helix iPaaS and integrating BMC Helix Innovation Studio applications with third-party applications
The following table explains the tasks in the process of connecting to BMC Helix iPaaS:
Task | Action | Reference |
---|---|---|
1 | Connect to BMC Helix iPaaS to integrate your BMC Helix Innovation Studio applications with other third-party applications. | |
2 | Add the APIs available in BMC Helix iPaaS to BMC Helix Innovation Studio. | |
3 | After you add the APIs in BMC Helix Innovation Studio, leverage these APIs in the business process of your applications by configuring the iPaaS Jitterbit element in the BMC Helix Innovation Studio Process designer. |
To connect to BMC Helix iPaaS
- Log in to BMC Helix Innovation Studio and navigate to the Administration tab.
- Select Integrations > iPaas Jitterbit > iPaaS Jitterbit configuration.
On the Helix iPaaS Jitterbit configuration page, enter the following details:
Field
Description
iPaaS Jitterbit API endpoint URL
The API URL for the BMC Helix iPaaSservice.
For example, https://apexglobal.jitterbit.com/
User name
Username to connect to the BMC Helix iPaaSservice.
Password
Password to connect to the BMC Helix iPaaSservice.
Click Test connection.
- After successfully testing the connection, click Save.
To add BMC Helix iPaaSAPIs to BMC Helix Innovation Studio
Before you add the APIs available in BMC Helix iPaaS, make sure you have defined the Organization and Environment and generated, and published the APIs in BMC Helix iPaaS. For more information, see the following topics on Jitterbit Success Central:
- Log in to BMC Helix Innovation Studioand navigate to the Administration tab.
- Select Integrations > iPaas Jitterbit > iPaaS Jitterbit APIs.
- On the iPaaS Jitterbit APIs page, click Add.
On the Add API page, enter the details described in the following table:
Field
Description
API path
Organization
You create and manage your company's integration projects in an organization.
Select the organization that you have defined in BMC Helix iPaaS. If you have defined a single organization in BMC Helix iPaaS, the value is automatically populated.
Environment
Select the environment within the organization defined in BMC Helix iPaaS.
You define and manage the project's lifecycle in an environment like Development, Test, and Production within an organization.
API paths
Select the API you created within the environment; for example, /development/createIssue.
Important: If the API paths are not displayed for the selected environment, make sure you select the appropriate environment on the Portal Manager page, and click Regenerate Docs & Publish. For more information, see API Manager.
API properties
API group name
Select the existing group name. To create a new group, click Add new.
An API group is used to organize related APIs. For example, you can use one group to add all the APIs with the same endpoint.
API name
Enter a name for the API.
Request methods
Select the HTTP method for the API. If you have defined a single request method for the API path in BMC Helix iPaaS, this value is automatically populated when you select the API path.
Authorization type
Select the authorization type for the API path. If you have defined a single authorization type for the API path in BMC Helix iPaaS, this value is automatically populated when you select the API path.
API variables
Headers
Add the headers for this API request. Headers represent the metadata associated with the API request and response.
Query parameters
Add the query parameters for this API request. Query parameters control what data is returned in the endpoint responses.
- Click Save.
- (Optional) To edit the APIs, on the iPaaS Jitterbit APIs page, click on the API name that you want to edit.
From the Edit API page, update the value of the fields you want to update, and click Save. - (Optional) To rename an API group, on the iPaaS Jitterbit APIs page, select the Group name that you want to rename.
On the Rename API group dialog box, in API group name, update the existing group name, and click Save.
To configure the iPaas Jitterbit element in a process
- Log in to BMC Helix Innovation Studio.
- On the Workspace tab, navigate to the application where you want to use the BMC Helix iPaaS APIs.
- Perform one of the following tasks:
- If you want to add the iPaaS Jitterbit APIs element to a new process, select Processes > New.
- If you want to add the iPaaS Jitterbit APIs element to an existing process, click the Processes tab and click the name of the process.
- From the Palette, on the canvas, drag the iPaaS Jitterbit element to the canvas at that point in the process where you want to invoke the API request.
- On the Element properties tab, in the Label field, type a meaningful name for the web request, such as Create Issue.
- In the INPUT MAP section, from the API Name list, select the API you have already added in BMC Helix Innovation Studio.
- In the Mapping Mode, select one of the following options:
- Fields—Click Add/Remove Document Nodes, and select the fields manually.
Document—Select Click to build an expression, and select the request body.
- In Headers > head, click Click to build an expression, and select headers for the selected API request.
- In Query Parameters > param, click Click to build an expression, and add the query parameters for the selected API request.