I am trying to create an automation based on changes to fix version of stories
whenever fix version of story is changed, I want the epic to have the latest fix version in all of the stories.
Trigger : Fix version change
condition 1: Issue type is User story
condition 2: {{fieldChange.to}} is greater than {{fieldChange.from}}
Action :
For parent Epic
set Fix versions to {{fieldChange.to}}
Somehow, the fix version is getting set in the epic irrespective of the value.
Please note that our fix versions are something like
2.1,
2.2,
2.3,
2.4 and so on . In JQL when i check for fixVersion>"2.3" , all issues corresponding to later releases are shown but however my. comparison in the automation condition (condition2) isnt working.
Is there a suggested way for comparing fix versions in an automation?
Appreciate your help/suggestion
Hi Riley
Thanks for your input.
My goal for the automation is to ensure that
When a story's fix version is changed (we just have one fix version assigned to a story), the automation should ensure the latest fix version is updated for the Epic.
i.e. my stories may be spread across multiple fix versions. When I update my stories based on when they will be released, I would want the epic to reflect the latest(last FixVersion of the stories)
Appreciate if you can recommend the best possible way to achieve this
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.
Hi Riley,
Yes thats my goal and I have all the conditions matching what you mentioned but how do I go about this step: (I mean this is where I was struggling and ended up adding anther compare condition)
"Then, you can add an action to update the fix version field of the linked Epic to the latest fix version of all linked stories. "
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Addendum:
I have realised that my {{fieldChange.from}} value when I change fixversion is always coming up as null and thats is the reason why my comparisons are failing. I am not sure why thats the case
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.