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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.