Hello,
I'm trying to implement automation for a story and the scenario is: if all subtasks move to one column (all subtasks have the same status) then the story should move to that column (status).
Here is my automation:
I think I'm almost done and I'm close to the answer.
The only field I don't know how to fill is matching SQL filed in the related issue condition section.
I want to say if all subtasks status is equal to the status of the trigger issue then make the transition.
I tried {{issue.status}} but it's not work.
Thanks in advance
Hi @Alireza Panahi,
Can you try with {{triggerIssue.status}} instead of {{issue.status}}?
Hope this helps,
- Manon
Hello @Alireza Panahi
Just as mentioned by @Manon Soubies-Camy, {{triggerIssue.status}} should work for you.
Additionally, you don't need the following condition:
Even if the issue does not match the condition above, the outcome would not cause any difference in the automation result.
Basically, the rule below should properly work for you:
Let us know if you have any questions.
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.