Hi,
I am looking for a way via Automation, to update a field on a Sub-Task, when another Sub-Task under the same Parent is updated.
Is there a way to do that? If yes, how exactly?
Let me know if more info is needed.
Thanks
Hi @Jacob Pines
You would want to perform a branch based upon JQL Here's an example:
For copy/paste, here's the JQL:
parent = {{issue.parent}}
Hi @Jacob Pines
Yes, and...to Mark's answer: Two additional ideas...
If you only wanted this to happen for subtasks, please add a condition after the trigger to check if the issueType is a subtask. Otherwise a team-managed project would cascade the value from stories up to epics also.
Next, add a condition after the branch (before the edit) so the field is not updated when it already contains the values desired.
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.
Ok, I was able to make this work, thanks to both your suggestions.
Below is the test rule I was working on, and details in case anyone wants to do something similar:
By the way, if there is a way to use value from Trigger Sub-Task without using Variable, let me know :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jacob Pines - There is a way to copy the value from the trigger issue. Where you set the variable, there's an ellipses to the right where you can change it to copy from and then you'll get a drop down to copy from trigger issue.
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.
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.