How do I an an auto-watcher to issues raised on a project?

Laura January 4, 2018

I would like to automatically add one user as a watcher to all issues raised on a project. How do I do this? 

1 answer

0 votes
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.
January 4, 2018

Hello,

You can not do it out of the box. You should have an add-on for it. For example, you could do it with Power Scripts. You would need to create a post-function for the create transition with a code like this

%key%.watchers = getUser("userName");

You can read more about Power Scripts here:

https://confluence.cprime.io/display/JJUPIN

You could also use Adaptivist ScriptRunner.

https://marketplace.atlassian.com/plugins/com.onresolve.jira.groovy.groovyrunner/cloud/overview

Suggest an answer

Log in or Sign up to answer