Hello World! I have a problem to solve: I want to create an automation that copies the parent fix version field to all their childrens but only when the parent has one fix version. For now the automation I have created copies all fix versions that are in their parents. Can I do that?
You'll want to add a smart value condition in your rule:
{{issue.fixversions.size}}
Equals
1
Thank you so much for your answer @Mark Segall , you give me the clue to have the solution!! The correct answer for me is the variable {{issue.parent.fixversions.size}} because I want to check if the parent has more than one fix version, not the issue I'm creating.
Have a nice weekend!! :)
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.