How to Count all Done and Not Done subtasks across all tasks within an Epic whenever any subtask belonging to a task in that Epic is changed.
You have to use automation and store the values in a field
Working solution:
Then
This returns the total number of matching subtasks (with |0 ensuring a fallback when none exist).
To store the values, you can add an “Edit Issue” action inside the Epic branch and write the count into your custom fields (e.g., Subtasks Done / Subtasks Not Done).
Hope this helps!
Where do you want this info to be displayed, more exactly?
Do you want it on the epic screen, on the task screen, on a dashboard, in a report...
Danut.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.