Create issues when New Project created
Use Case: Bulk templates usage. Trigger issues creation from multiple templates when a New Project is created
Automation Trigger: Project Created
Prepare Templates: Use the same approach as in the general example. Enable Automation, and prepare the payload using Payload Builder:
Add (optional) Variables
Choose “Create Issues” as the operation
Repeat for every template you want to use in the Automation Rule
Create Automation Rule
Trigger: Project Created
Action: Send Web Request
Use Web Request URL specified in the Template’s automation settings
HTTP method: POST
Web Request Body: Custom Data
Use Payload as Custom data copied from the Template’s automation settings
Save and Enable Automation Rule:
Code:
JSON{ "operation": "create-issues", "projectId": "{{project.id}}" }
Test Automation Rule