We have a regular 3-tier hierarchy Epic,->story->sub-tasks.
The use-case is that occasionally, the parent of sub-tasks changes (move sub-task to different parent) and in this case, we would like to update the fixVersion value of the sub-task with the value of fixVersion of the new/updated parent.
We are trying to use a rather simple automation for this:
However, the result is that it copies the fixVersion from the original parent and not the new parent.
So, if original parent TEST-1 has fixVersion Release 1 and TEST-2 has fixVersion Release 2, moving a sub-task from TEST-1 to TEST-2 copies the Release 1 (which in fact is the version the sub-task already has), moving it back from TEST-2 to TEST-1, the sub-task gets Release 2 (not a likely use-case at all, but included to demonstrate the point).
I realize, it might not be correct usage of the hierarchy, but the team requires fixVersion on sub-tasks for other statistical reasons.
I tend to think this is a bug, since the trigger is the change itself (i.e. it has happened), but obviously it does not work as anticipated by me.
Does anyone have a solution for this?
Hello @Stephan Grubbe Sølby
I had the same experience as you.
I solved it by adding a Re-Fetch Issue action immediately after the trigger.
Adding to Trudy's answer...
I saw this symptom earlier this week helping with a related question. There are definitely problems with the changelog in automation rules when changing a sub-task's parent. And apparently the triggers do not consistently fire for changing the parent. (For example, "convert to subtask" and "convert to issue" versus the full version of "move" from the UI.)
Perhaps consider submitting a support ticket for this so the Atlassian team is aware of it: https://support.atlassian.com/contact/#/ (I am unable to do so as I'm on a free license :^)
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Trudy Claspill I didn't know about the re-fetch action. I've now implemented this and it works. Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bill Sheboy Thanks for providing context. My use-case was move from the UI. I did open a support request. They also came back with the re-fetch, so it's closed again. I can imagine use-cases where data from the original parent would be useful, so I'm reluctant to calling this a bug.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am glad to learn you have something that is working!
(And yet Bill continues... :^)
To me this symptom is a defect...changelogs have lots of problems in automation rules, often due to timing. However I have a couple of other hypotheses, based on no actual knowledge of the Jira automation engine implementation:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.