Forums

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

groovy and notification

Lecathelinais Eric May 17, 2017

Hi all,

I am a beginner on Jira and Groovy

I created a groovy script for add a watcher automatically on the all issues.
But I don't want send a notification to all users

So I used the method startWatching of watcherManager package.
ComponentAccessor.watcherManager.startWatching(author, currentIssue)

Someone could confirm that no notification will be sent when I run the script.

(Sorry if I am not clear, English is not my native language, I am French :). So do not hesitate to ask me for more precision.

Thanks

 

1 answer

0 votes
Nic Brough -Adaptavist-
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.
May 17, 2017

Adding a watcher to an issue does not send an update itself (although that is a popular request open with Atlassian)

Lecathelinais Eric May 17, 2017

ok, thanks for your answer

Suggest an answer

Log in or Sign up to answer