I am new to using Pipedream and need to use it to connect between Hubspot and Jira cloud.
Requirement:
Sync all companies dynamically from Hubspot to Jira so that they appear in a new Jira custom field (on all tickets) as a custom single-select dropdown field.
I know their are ready-made Jira add-ons that can perform this, however my company has sugggested that we build this using Pipedream as the integrator between the two applications.
I’m pretty sure there are two parts (at least) to this request:
Build a custom single-select list in Jira using code
Populated this custom list dynamically using Pipedream - as companies are added/removed from Hubspot
Any assistance would be much appreciated to start me off in the right direction.
Thank you in advance,
To achieve your goal of syncing companies from HubSpot to Jira using Pipedream, you’ll need to set up a workflow with the following steps:
Trigger: Use a HubSpot trigger to detect when a new company is added or an existing company is updated. You can use the “New Company” or “Company Updated” triggers available in Pipedream.
Action: Use a custom action to update the Jira custom field with the company data from HubSpot. This involves making API calls to both HubSpot and Jira.
Here’s a step-by-step guide to get you started:
Step 1: Set Up the HubSpot Trigger
Search for the HubSpot app in the Pipedream trigger menu.
Select the “New Company” or “Company Updated” trigger.
Connect your HubSpot account.
Follow the instructions on the trigger configuration screen. You may need to generate a test event from HubSpot to get real data to test your workflow.
Step 2: Create a Custom Action to Update Jira
You’ll need to write a custom Pipedream component to update the Jira custom field. Here’s an example of how you might structure this component: