To manage the workflows for official employment and onboarding of new employees, create a queue where you will track procedural matters, provision of equipment and access permissions, and the progress of probation period. Automate the creation of an appropriate issue pool when the candidate issue is closed with the Hired resolution.
Create separate issue types for various procedures related to employment and onboarding of new employees. For example, to grant access permissions and provide equipment, create an issue type named Access permissions and equipment:
Click Queue settings in the top right corner of the Employment Queue page.
In the left panel, select Workflows.
Click Add issue type and select an issue type from the list.
To add a resolution, such as Resolved, hover over the issue type line and click .
Only an administrator can create new issue types. Make sure the issue types are unique.
Set up a trigger in the Candidates Queue
To automate replication of issues from the Candidates Queue to the Employment Queue, create a trigger that will fire when the candidate issue status changes to Hired:
Click Queue settings in the top right corner of the Candidates Queue page.
Select Automation in the left-hand panel.
In the top right corner, click Create → Trigger.
Name the trigger. For example: Candidate hired.
In the Under condition section, specify Status → became equal to → Hired (the status you created in the Candidates Queue workflow). Read more about trigger conditions here.
Under Perform actions, select HTTP request.
In the form that opens, enter the request parameters. In the Request body field, set the parameters of a new sub-issue. To substitute the values from the original issue, use variables:
Header: X-Org-ID.
Value: Organization ID. To look up the ID, go to Administration → Organizations (the ID field).
Make sure that the parameters you pass in the request body via variables are specified in the original issue. Otherwise, the trigger won't fire.
To save the trigger, click Create.
Set up a trigger in the Employment Queue
Once the candidate issue is copied to the Employment Queue, you need to create sub-issues related to the new employee in the same queue, such as: Access permissions and equipment, Completion of documents, or Probation period. To automate sub-issue creation, create a trigger that will fire when the new employee's issue status changes to In progress. To make sure the trigger only fires for issues of the New employees type, specify this type in the trigger conditions.
Create a trigger
Click Queue settings in the top right corner of the Employment Queue page.
Select Automation in the left-hand panel.
In the top right corner, click Create → Trigger.
Name the trigger. For example: New employee.
In the Under condition section, set two conditions:
Status → became equal to → In progress (the status you created in the Candidates Queue workflow).
Type → is equal to → New employee (the issue type you created in the Candidates Queue workflow).
Read more about trigger conditions here.
Under Perform actions, select HTTP request.
In the form that opens, enter the request parameters as you did earlier. In the Request body field, update the issue typedescription and key, for example:
{"queue":"<Employment_Queue_key>","summary":{{issue.summary.json}},"description":"Grant access and provide equipment","type":"<Access_Permissions_and_Equipment_issue_key>","parent":"{{issue.key}}"}
Add actions
To automatically create other sub-issues, add the appropriate actions to the trigger:
Under Perform actions, select HTTP request.
Fill out the form as you did earlier. In the Request body field, update the issue type description and key, for example: