hi,
is it possible to configure a check box which can be used to disable the notificaton for that particular update? for example, if i want to disable notification for assignee update, it should not send notification for that update.
thank you,
Asif
You'll need to code for this one. You need to remove the standard email functionality and implement your own, one that understands the "check box X means don't send email"
You might remove notification for assignee in the notification scheme and then configure Send custom email function which will execute based on the checkbox value and send the required email.
Not a perfect solution, but still an option.
https://jamieechlin.atlassian.net/wiki/display/GRV/Built-In+Scripts#Built-InScripts-Sendacustomemail
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you mean something like - Send notifications for any issue update except when the assignee is changed ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi Boris,
i want the checkbox to be used as switch.let it be any update on the issue, if i dont want to send notification, i will just check the check box and notfications will not be sent.this is the requirement.
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So you want to be able to control notifications "per single issue" right ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can remove notifications for "Issue Assigned:" event from the project's notification scheme.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.