Tip | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
New Feature AnnouncementGlobal Checklists are currently in BETA and will be available in Issue Checklist for Jira
|
...
Note | ||||||
---|---|---|---|---|---|---|
Limitations
|
Navigate to Project Settings > Automation (or Jira Settings > System > Automation rules).
Click Create rule.
Select the Scheduled trigger and select the appropriate time interval and JQL to identify the issues. Click Save.
Click New condition and select Advanced compare condition.
Put
{{issue.Checklist Progress}}
as the First value; does not equal as the Condition; and Empty as the Second value. This will ensure that the rule is only applied to issues that have checklists. Click Save.Click New condition and select Advanced compare condition.
Put
{{issue.Checklist Progress %}}
as the First value; does not equal as the Condition; and100.0
as the Second value. This will check for issues where the checklist is incomplete. Click Save.Select New action and Transition issue. Select the appropriate status and click Save.
Name the rule and click Turn it on.
...