...
Code Block |
---|
issue.fields.issuetype.name in ["Story", "Epic"] |
Check Issue Doesn’t Have Subtasks
The following expression only allows Jira worklog attribute if issue doesn’t have any subtask. You can easily reverse the expression by using “!=” instead of “=”.
Code Block |
---|
$count(issue.fields.subtasks) = 0 |