Is there any way to disable email notifications when updating issues by using scriptrunner and scheduled scripts?
I am using HAPI so my update looks something like this:
setEventDispatchOption(EventDispatchOption.DO_NOT_DISPATCH)
setSendEmail(false)
However this does not work on cloud version.
I can confirm that this is currently not doable on Jira Cloud.
A new feature request for this has been raised on this link.
Please upvote for this feature so it can be added in future releases.
Thank you and Kind regards,
Ram
Hi @Stefan Brocanelli ,
Unfortunately, the methods you mentioned, such as
setEventDispatchOption(EventDispatchOption.DO_NOT_DISPATCH)
setSendEmail(false)
are not applicable in the Cloud environment.
But, you can consider the Automation rule. If applicable, you can create autmation rules that handle updates without trigger notification for users.
Best regards,
Murat Seven
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am aware, that is why I am asking about a workaround :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.