Hello!
Little question here (actually they are two...

)
I'm searching for a solution that allows me to change status of children activities when changing status of parent ones, or change status of parent when all the children are in the same status. This could be very useful for Agile Scrum framework (actually IMHO it's a thing to improve in order tho have a Scrum behavior in ProjeQtor).
Let's say we have a User Story (which is an activity type) that is usually entirely undertaken by a Sprint (which is defined as a milestone and also has a Product release linked to it). This could mean that the User Story has children tasks and subtask (other activity types) linked to it. They are usually opened by the Scrum Master or by the Team Users. We could also introduce the "Epic" concept, but let's stop to the User Story at the moment (Epics are basically bunches of User Stories, but they are not affected by this reasoning).
Well, the question is: how to put a User Story (a specific activity) in a status (let's say "To do"). so that the whole bunch of children activities is automatically in "To Do"?
Alternatively: how to put a parent activity status let's say, in "Done" when all the children are in "Done" status?
The first question could imply that one or more specific workfllow changes should be declared for that behavior (eg.: children inherit status from RECORDED to TODO, but not from IN PROGRESS to IN TEST).
The second question is easier to treat as the status inheritance is reverted (from children to the parent, and only to it), and this is always valid/true.
Is there any workaround to make it currently work as I described here?
Have a nice day!