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.
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.