Created automation Rule:
When issues transition to Done
If issue type equals sub-task
For Parent
If subtask match status = Done
Then Transition the issue to Done
Getting this error: Destination status could not be resolved. If using a smart-value ensure this resolves to a numeric status ID or untranslated name for issues (with current status):
I am not sure what the issue could be, I am also using my own workflow, could it be something defined there. I only have a POST function on done so that the resolution of the issue is resolved.
Update: The problem is the post function, I tested the automation with other workflow and it was ok. I am not sure though why it won't work with the POST.
Thank you so much
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.