Skip to main content
Skip table of contents

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

  1. Prepare Templates: Use the same approach as in the general example. Enable Automation, and prepare the payload using Payload Builder:

    1. Add (optional) Variables

    2. Choose “Create Issues” as the operation

      a new proj autom.png
    3. Repeat for every template you want to use in the Automation Rule

  1. Create Automation Rule

    1. Trigger: Project Created

    2. Action: Send Web Request

    3. Use Web Request URL specified in the Template’s automation settings

    4. HTTP method: POST

    5. Web Request Body: Custom Data

    6. Use Payload as Custom data copied from the Template’s automation settings

    7. Save and Enable Automation Rule:

      NewProject_BulkTemplates.png

      Code:

      JSON
      {
        "operation": "create-issues",
        "projectId": "{{project.id}}"
      }
  2. Test Automation Rule

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.