Hi Community,
I created an automation rule to create multiple tasks for all the fix version present in the trigger issue using Advanced branching.
I am able to create multiple tasks for the versions in the trigger issue but the fix version field value is not getting updated.
I tried to use {{fiversion.id}} and {{fixversion.name}} too, but didn't work.
Could you provide some assistance on the same.
Hi @Yugandhar Kumar Chintamaneni
Please show images of your Advanced Branch and the audit log details. Those will provide context to explain the symptom.
Also, when using variables (such as with Advanced Branch and Create Variable) I recommend adding a prefix to the name to avoid people and rules getting confused by any smart value overlaps. For example, naming the branch variable varFixVersion.
Kind regards,
Bill
Hi @Bill Sheboy
thanks for your quick response, issue is resolved now . i am using the wrong variable
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There looks to be a typo in how you are using fixVersion.
Try with this {{issue.fixVersions.name}}
Someone else got it working using
"Fix versions"
There are known issues for fixVersions. See this open issue
You could be having issue due to that. in that case it will be a dead end.
To rule out the problem, add log message and see if fixVersions are getting printed correctly.
Let me know how it goes
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.