Versions Compared

Key

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

New Feature Announcement

Global Checklists are currently in BETA and will be available in Issue Checklist for Jira

Status
colourBlue
titleenterprise
once released. Contact our support team if you currently use Issue Checklist for Jira
Status
colourPurple
titlePRO
would like to participate in the Beta.

Info

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 Save.

    Image RemovedTrig.pngImage Added

  4. Click New action and select Create issue.

  5. Select Same project for the Project and Task for the Issue type. Click Save.

    Image Removed2.pngImage Added


  6. Click New branch and select Branch rule / related issues.

    3.pngImage Added

  7. Select All created issues in the Type of related issues dropdown. Click Save.

  8. Click New action and select Set entity property.

    Image Removed
  9. Select Project for Entity type.

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

  11. Set the property value to:

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

    Image Removed4.pngImage Added

  13. Click New action and select Delete issue.

    Image Removed5.pngImage Added

  14. Click Save.

  15. Name the rule and Turn it on.

...