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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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