Forums

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

How to make sure that notifications aren't send if changes are made by some user?

invi8 October 10, 2018

Hi! Does anyone know how to make sure that notifications doesn't send if changes on the issue are made by some user? (like jira administrator)

Anyway: programmatically, by configurations or by add-on.

Thank U.

 

1 answer

1 vote
Nir Haimov
Community Champion
October 10, 2018

Hi,

I don't think it's possible not to send notification if specific user or group made changed on the issue.

You can stop notification if anyone made changes and not if specific user made changes.

invi8 October 11, 2018

@Nir Haimov Thank U.  Are you mean programmatically catch notification in the mail queue and delete, before it send? by scriptrunner?

Nir Haimov
Community Champion
October 11, 2018

no, 

From your project notification scheme, there is event called "Issue Updated"

Make sure no one is set there.

If no one there, no one will get notification when update is made (no matter who do the update).

Suggest an answer

Log in or Sign up to answer