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?
Hi Daniel,
There are a couple things you can check on the JIRA side:
Update the Post Function in the workflow to fire the Issue Resolved (System) event in the Notification Scheme.
The user does not have the Browse Projects permission according to the project's permission scheme (more detail here).
Either edit the permission scheme to change what roles have this permission or add the user to a group that puts them into an existing role with this permission.
If none of those suggestions help please check with your IT team to see if there is something on the user's end or in their mail rules causing this behavior.
Cheers,
Branden
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.