Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
panelIconIdatlassian-note
panelIcon:note:
bgColor#F4F5F7

Overview


Table of Contents
minLevel1
maxLevel6
outlinefalse
typelist
printablefalse

Trigger Jira automation via project templates

Project Templates for Jira allows for a lot of automatic actions after project creation, such as clone components, clone versions, clone project role assignment, create basic board, create predefined issues…

However, if you require additional functionality, you can integrate our app with Jira's built-in automation engine.

To do this, specify a custom project category within your project template. Then, use the 'Advanced compare condition' to activate the automation rule exclusively for projects created under that category.

In the following example, we demonstrate how to create a group of predefined issues with assigned custom field values.

  1. Construct a project template that includes a designated project category.

  2. Create an automation rule that triggers upon project creation.

  3. Filter for projects created that belong to the specific project category.

  4. Utilize the advanced compare condition to verify if the following smart value syntax aligns with your specific project category:

    Code Block
    {{project.projectCategory.name}}
  5. Include the 'Create issue' action and input all necessary custom fields or use any other automation action you need.

Image RemovedImage Added

Reorder templates

Admins can decide in which order the templates appear

  1. Click on the up or down icon in the templates overview to reorder templates

Image Modified

Project create history based on template

Template overview table displays information on recent created projects based on the template.

You can customize what information should be displayed to non-admins.

As admin you have the option to check the full details of the create history by clicking on the projects created count.

Image Modified

Clicking on project created count opens a modal dialog with the full project creation history based on the project template. Displaying creation date, project key with link and creator.

Image RemovedImage Added

Delete templates

  1. Click on the trash icon in the templates overview table to delete a template

Image Modified

2. Clicking on the trash icons opens a delete template modal dialog as confirmation step

Image RemovedImage Added

Notes:

  • Deleting templates does not influence already existing projects that were created with the project template!

  • Deleting templates can not be undone

3. Once certain, click on ‘Delete Template’ to delete the template


Panel
panelIconIdatlassian-note
panelIcon:note:
bgColor#F4F5F7

Overview