Artisan IMG > Jira Cloud (jira-cloud) (74f32232-8c6c-44c5-9c3a-796e1952bb6f)
Artisan IMG > Greenhouse (greenhouse) (3cddbb11-e165-4a2f-bd1c-1f1a58fc83f0)

Create new Jira Ticket when 'hired' in Greenhouse

Workflow
HR
Intermediate

This is a 'Workflow' template which means that it is a single standalone workflow.

Some workflow templates can be modified to work with other workflow templates - e.g. to convert a data sync between two services from uni-directional to bi-directional

Overview
Copy

When employees are marked as 'Hired' in Greenhouse it is only the beginning of the hiring process. There are often several jobs that still need to be done in order to finish setting up the onboarding process.

JIRA is a great tool for implementing checklists, in this case what needs to be done in order to finish the hiring process.

Use this template to automate sending the new hire tasks in the form of a JIRA checklist/ ticket, so that your respective IT teams can work through the list to complete employee setup.

Connectors Used
Copy

The following connectors are used in this template.

This is mostly provided for reference only - there is no need to read through the linked connector pages. All you need to know for this template is explained here.

Though you will probably need to look up service authentication instructions if you don't already have them.

End Result
Copy

The image below shows how even when there are multiple people with the same first and last name, a new unique Jira account can be created for each person.

Prerequisites
Copy

This workflow assumes the following:

  • You can authenticate with Greenhouse and have a "New hire" Webhook set up. See Implementation notes below for more details.

  • You have permission to create issues on your respective JIRA board.

Workflow Logic
Copy

The following screenshot illustrates the stages of the process:

Getting live
Copy

Workflow logic
Copy

Step 1: The Workflow kicks off when a candidate is marked as Hired within Greenhouse.

Step 2:  The payload is then used to create a JIRA ticket with information about the Job Listing and some basic information about the new hire.

Implementation notes
Copy

Greenhouse Webhook setup
Copy

To create a Greenhouse trigger you will need the public URL of your respective workflow.

Head to the Web Hook dashboard within Greenhouse and add this to the relevant input field.

You will also need to create a "Secret" key and make sure the Webhook fires when a ‘Candidate has been hired’.

Use the following link for further setup instructions: Greenhouse Webhook Documentation