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.




Issue visibility problem

web-app

Hi,

I have a problem of issue visibility. In fact, users are in Everyone group but it seems that this group is not the default one selected in issue visibility. One week ago, I erased the Everyone and Everyone (Authenticated) because I was thinking it was not useful for me.
But now I have a users project group and a support project group and if I create a issue (with default visibility), nobody see this issue because I have this in the issue visibility combobox :

           Everyone
           ----Global Groups----
           Everyone

 If I (member of user group) specify support group in the issue visibility combobox, it's ok but user group doesn't see the issue and I want to.

Is it understandable? Can you help me?

Thanks

Vincent
· 1
Vincent
Replies (3)
helpful
0
not helpful

Well I think that my problem is because the default value Everyone point on an object that doesn't exist anymore. The new Everyone group I have created surely has not the same ID than the previous one in the DB.
Do you think that modifying it directly in the database is a good idea? and what's the default value for the Everyone group?


Vincent
· 1
Vincent
helpful
0
not helpful

Vincent,

Default groups that we ship are below.  You can also find this code in the CREATTABLES.SQL file in the Gemini ZIP file.

SET IDENTITYINSERT geminiglobalgroups ON
INSERT INTO gemini
globalgroups (globalgroupid,globalgroupname,globalgroupdesc,globalgroupsystem)
 VALUES (1, N'Everyone', N'All users within Gemini', 1)
INSERT INTO geminiglobalgroups (globalgroupid,globalgroupname,globalgroupdesc,globalgroupsystem)
 VALUES (2, N'Gemini Administrators', N'Gemini administrators', 1)
INSERT INTO gemini
globalgroups (globalgroupid,globalgroupname,globalgroupdesc,globalgroupsystem)
 VALUES (3, N'Everyone (Authenticated)', N'Authenticated users', 1)
SET IDENTITYINSERT geminiglobalgroups OFF


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

Thank you for the response.

I'll try this as soon as I can.


Vincent
· 1
Vincent