Hi,
I am trying to update a custom field on the parent issue based on the number of subtasks using the JIRA automation. So far, I was able to count the number of subtasks under the issue using {{issue.subtasks.size}} which is working perfectly!
I would now want to count the subtasks that are "Closed" and update the count in the parent issue. What combination of the smart field works for this?