Checklists for Jira Documentation

Disable Checklist on Newly Created Projects


If your security you protocols require that Checklists be manually enabled on individual projects, you can use this rule to automatically disable checklists when projects are created.

Disable Checklists on Project Creation

  1. Navigate to Jira Settings > System > Global automation.

  2. Click Create rule.

  3. Select the Project created trigger and click Next.

    Trig.png


  4. Click New action and select Create work item.

  5. Select Same project for the Project and Task for the Work item type. Click Next.

    2.png


  6. Click New branch and select Branch rule / related work items.

    3.png


  7. Select All created work items in the Type of related work items dropdown. Click Next.

  8. Click New action and select Set entity property.

  9. Select Project for Entity type.

  10. Type com.gebsun.plugins.jira.work itemchecklist.checklist-disabled-boolean for the Property key.

  11. Set the property value to:

    {
      "checklistDisabled":true
    }
    
  12. Click Save.

    4.png


  13. Click New action and select Delete work item.

    5.png


  14. Click Next.

  15. Name the rule and Turn it on.


If you are using Acceptance Criteria for Jira. Free, use acceptance-criteria.checklist-disabled-boolean for the Property key in step 10.