Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×How to copy watchers from parent issue to sub-task?
Hello,
You would need a plugin for it. For example, you could use the Power Scripts ad-on:
You could write a post function with a code like this:
watchers = parent.watchers;
It's work! Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are most welcome!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Posting for anyone else who finds this thread frustrated that you'd need a paid app to accomplish this - because you absolutely don't.
I managed to get this working using the below automation. Runs every 5 minutes, automatically adds the watchers of the parent task to the child task.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is excellent. This could also be attached to an “on create event” so you don’t use up your automation quota. You can also copy labels, components, and other values. This even works in the free version now that automation is supported there, however the 100 automation quota will run out very quickly.
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 Now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.