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?
Hi @Aarón Palazón Barber
You'll want to add a smart value condition in your rule:
{{issue.fixversions.size}}Equals1
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!!
It looks like you're new here. Sign in or register to get started.