Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




No issue alerts (was: Email Alerts defaulted to none (unchecked))

web-app

Hello world.

After upgrading to 3.6.1 (from 3.5.x) I have noticed that Email alerts are no longer being sent.

While digging around I finally noticed the new? feature to manually enable notification on a per user / per project basis. There! My checkboxes were unchecked. I changed it and now erverything works fine for me in this project.

We have 20 Projects.

We have 35 Users.

I don NOT want to to manually change the settings 700 times.

Can anybody suppy a script or a shortcut?

 

Thanks!!

Heiko 

HeikoScharnberg
· 1
HeikoScharnberg
Replies (4)
helpful
0
not helpful

This SQL will enable all alerts for all users for all projects:

delete from geminiwatchproject
insert into gemini
watchproject (projectid,userid, watchcode)
select projectid, geminiusers.userid, 959 from geminiusers, gemini_projects


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

I apologize.

It seems my suggested solution even worsened things.

Now everyone gets a notification on every issue assignment/resolution.

That's not what I wanted.

 

I wanted for each issue the watchers (the issue creator and the person currently assigned to the issue) to receive an email alert
(on asssigned and resolved only, but I figured that out by myself).

 

Thanks

Heiko

PS:

Dunno if this helps:

The database table "gemini_issuealerts" is empty.
This may explain the behaviour :-) but why is it empty?


HeikoScharnberg
· 1
HeikoScharnberg
helpful
0
not helpful

Please check the Administration -> Notifications page and make sure that issue watchers alert is enbaled.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

That did it!

 

Thanks a lot.


HeikoScharnberg
· 1
HeikoScharnberg