We have a new documentation site. Please go here to see the latest.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Current »

This guide is based on Jira built-in automation functionality.

The guide works for Classic projects only. Issue Checklist does not support Automation in Next-gen projects yet.

Prerequisites

  1. "Checklist Content YAML" (or "Checklist Text") field must be present on the Create Issue screen (the current version of the Automation app cannot fill a field that is not present on the "Create Issue" screen).
    Please note that you can still hide the field from the Issue View page
  2. "Save checklist data to Jira custom fields" option must be enabled in Issue Checklist Global Settings

Guide

  1. Go to Automation listing page (it is either Project settings > Project automation or Jira Settings > System > Automation rules) and press Create rule button:



  2. On the New trigger page select Scheduled trigger:



  3. On the Scheduled page you can provide the schedule options and run automation rule at specified intervals, e.g., every 1 Day.
    Next select the second radio button "simply run the conditions and actions without providing issues" and press Save button:



  4. On the Add component page select New action option:



  5. On the New action page select Create issue option:



  6. On the Create issue page select:
    1. The project that you want to create issue in, e.g., Demo
    2. Issue type, e.g., Task
    3. Summary of the issue, e.g. Example issue created automatically every day
    4. Add Checklist Content YAML (or Checklist Text) field to the form and put desired checklist in YAML (or Text) format, e.g.,

      Text format example
      [x] implementation ready
      [] implementation tested
      YAML format example
      items:
        - text: implementation ready
          checked: true
        - text: implementation tested
          checked: false
       Read more about YAML

      Unable to render {include} The included page could not be found.

    1. Press Save button:




  1. On the next page, add a name/description to the automation rule, e.g. Recurring task with checklist and press Turn it on button:



  2. Test your setup (new Jira task containing a checklist will be created automatically every day):

  • No labels