Create Issues with structure from Template
Description
In some cases, like Onboarding of new employee, you would like to create some group of Issues in many projects (like Time tracking issue, demo exercise, welcome Issue etc.)
How to set up
Prepare your template to be used in automation, like here.
Create new automation rule
As a Trigger select "Issue Created".
Add Issue field condition "Request type" equal "Onboarding".
Change web request body to custom Data and paste "If you want to create a new issue"
In the "issueTypeId" row, replace it with proper issue type, everywhere it's needed. How to search for issue type?
Turn on the rule.
Results
Congratulations! You can now create a "manager" issue and create structured issues without any additional actions.
Last updated