I want to change the status of a parrent when all subtasks with a separate issue type are done.
for example:
I have a story with 8 subtasks,
3 subtasks have issue type "subtask
5 subtasks have"custom issue type "dev subtask".
if all the subtasks with issue type "dev subtask have status "done" than change the status of the parent.
(the other 5 subtasks can have different statusses).