Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to copy watchers from parent issue to sub-task?

Tony Montana
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 1, 2019

How to copy watchers from parent issue to sub-task?

2 answers

1 accepted

1 vote
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 1, 2019

Hello,

You would need a plugin for it. For example, you could use the Power Scripts ad-on:

https://marketplace.atlassian.com/apps/43318/power-scripts-jira-script-automation?hosting=cloud&tab=overview

You could write a post function with a code like this:

watchers = parent.watchers;

Tony Montana
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 4, 2019

It's work! Thank you!

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 4, 2019

You are most welcome!

3 votes
Evan Nixon
Contributor
October 7, 2021

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.

 

Screenshot 2021-10-07 172046.png

Christopher G Andrews
Contributor
January 28, 2025

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.

Suggest an answer

Log in or Sign up to answer