Hi,
Is there a way to disable email notification for a specific active user in jira or making it inactive at project level.
Regards,
Dipti Ranjan Behera
Perhaps, you can create a role say 'listener' without adding this user. Configure your notification to send mails to only this role.
We leave users in the system so it does not delete their work when they are no longer working here... however there is no way to bulk remove from watchers so they get email updates as issues change... a security issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yea, but picking an invalid email address can cause server bounce messasges. Which if not carefully managed, creates issues, which notifies, which creates... In addition, the network bandwidth consumed by 500 users being notified and rejected, start out insignificant but could mount to be a PITA over time. fixing it at source would be a better route. Hmm, Blacklisting an outbound domain would be a good fit, then, users have their email accts disabled by setting user@disabled.com, with disabled.com being a match that is ignored. Let me just go do a bit of coding, and its done (https://javahollic.atlassian.net/browse/JEMH-1217)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
:-) Rare. That's why you design your schemes carefully. In fact, an "invalid" email address is a far better approach, although you don't use an invalid one, you use a deliberately configured "dead" one. Any decent mail server can easily pick up "devnull@yourcompany.com" and silently bin any email that arrives on that address.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How common is it to want to exclude a particular user from notifications? 1,10,100,1000 users?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to redesign your notification schemes to exclude that user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Naren,
But it will flood my server logs with error .
Is there any other change instead of just changing user email.
what about turning it off at project level ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How about changing the email address of that active user to some invalid email address.
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.