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 across Project Groups

web-app

Currently all of our issues have "Everyone" selected for visibility, but this only correlates to one global group,  called "All Users." In an attempt to make our projects more secure and manageable, we want to get rid of this group, but can't seem to point the "Everyone" visibility to all global groups. I changed all visibility to a different global group, deleted the "All Users" global group, and then tried to apply the "Everyone" visibility to a select group of issues. The issues disappeared until I manually when into SQL and changed the visibility to point at that different global group.  Is there a way to make the "Everyone" selection point to all global groups instead of set to point to an individual global group?

qa@i2c
· 1
qa@i2c
Replies (3)
helpful
0
not helpful

The "Everyone" group is a system group that all users should belong to by default. You can't re-point it.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

What do I do, since the original "Everyone" group has been deleted?


qa@i2c
· 1
qa@i2c
helpful
0
not helpful

Run this SQL:
SET IDENTITYINSERT geminiglobalgroups ON
INSERT INTO geminiglobalgroups (globalgroupid,globalgroupname,globalgroupdesc,globalgroupsystem)
    VALUES (1, N'Everyone', N'All users within Gemini', 1)
SET IDENTITY
INSERT gemini_globalgroups OFF


Mark Wing
· 9108
Mark Wing