Issue Checklist for Jira is now Checklist for Jira. New name, same great app. Please go here to see our new documentation site.
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
Navigate to Jira Settings > System > Global automation.
Click Create rule.
Select the Project created trigger and click Save.
Click New action and select Create issue.
Select Same project for the Project and Task for the Issue type. Click Save.
Click New branch and select Branch rule / related issues.
Select All created issues in the Type of related issues dropdown. Click Save.
Click New action and select Set entity property.
Select Project for Entity type.
Type
com.gebsun.plugins.jira.issuechecklist.checklist-disabled-boolean
for the Property key.Set the property value to:
{ "checklistDisabled":true }
Click Save.
Click New action and select Delete issue.
Click Save.
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.
Â