I am trying to create a conditional update of a parent of a sub-tasks to move to “In Progress” when the sub-tasks moves to “In Progress”.
I have a story in e.g. Code Review status and subtask with the post-function and condition below. When I move the sub-task I expect the story to retain its status because it is not = To Do. But it's not like that.
Based on condition Parent status should be changed only if Parent is in To Do.
Can someone help with the syntax for the Conditional execution in JMWE because this one seems not working
{{ issue.fields.status.name == "To do" }} .
Thanks