Notifications sent regardless of visibility
I have a Customer Issue Admin group that I created that does not have access to view Private issues. When someone from a different group that has access to private issues submits a new private issue, the users in the Customer Issue Admin group still get an email with the details of the new private issue.
How can I set it up so that users from the Customer Issue Admin group only get notified of public issues? These are the current settings for the group: Create Issue, Create Issue Comment, Update Issue Progress, View Project
|
Underwhelmed
· 1 |
|
| Monday, December 11, 2006, 5:24:58 PM | |
0
|
Which version of Gemini are you using? This was an issue but is fixed in 2.0.5. |
||||
|
|||||
0
|
I am using 2.0.5. What settings need to be set in order to get this working |
||||
|
|||||
0
|
There is not special setting. The mail plugin has been amended to cater for this. Can you check the mail plugin code (under the Code Samples folder of your Gemini zip file). |
||||
|
|||||
0
|
Okay, I've found the code, now, do I make changes to this code and upload the .dll or is there something in there that I am looking for specifically? |
||||
|
|||||
0
|
Nevermind, I figured out a better way to do it: I altered the geminigetusersforissuealert stored procedure to account for users that are not in a role that allow them to view Private Issues: ALTER PROCEDURE [dbo].[geminigetusersforissuealert] -- project watchers SELECT a.userid,a.watchcode,a.emailaddress,ISNULL(b.svalue,N'H') AS emailformat,ISNULL(c.svalue,N'Y') AS emailmyself |
||||
|
|||||
0
|
Ok, thanks for sharing this. |
||||
|
|||||




