Hi Everyone,
I have an issue to create following automation. I need to create one sub-task for each component of a story except for a component with certain name. Here it is what I have done:
Unfortunately, it is creating sub-task even for SW_DI_ARCH like "does not equal" does not work. If I use contains the same value SW_DI_ARCH it is not creating even one task. Sounds to me that the matching is not written correct.
Can you help me to identify where is my mistake or how can I do it in different way.
Thank you,
Roumena Polianova
Hi @Roumena Polianova -- Welcome to the Atlassian Community!
For a question like this, please post an image of your complete automation rule, images of any relevant actions / conditions / branches, an image of the audit log details showing the rule execution, and explain what is not working as expected. Those will provide context for the community to offer ideas. Thanks!
Until we see those...
I hypothesize your advanced branch looks like this:
If so, when your condition tests against {{Skills}} that is comparing to the id value for each component, and not the name. The reason is objects like components have a default attribute when only the object is referenced, and that is the id value normally.
To test against the name, please compare to {{Skills.name}}
Kind regards,
Bill
Thank you very much! It works with ".name"
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.