Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

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 automationAutomation 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  field to the form and put desired checklist in YAML (or Text) formatin Text format, e.g.,

      Create YAML for a checklist
      Code Block
      titleText format example
      [x] implementation ready
      [] implementation tested
      Code Block
      titleYAML format example
      items:
        - text: implementation ready
          checked: true
        - text: implementation tested
          checked: false
      Expand
      titleRead more about YAML
      Include Page
      Create YAML for a checklist


      Press Save button:

  7. Image Removed

    1. Image Added

  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):