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.




Issues disappeared after deleting project group

web-app

I had some issues of which I set the visibility to a specific project group. So these issues were only visible to the members of that group (and to the admins ofcourse). Now I deleted the projectgroup, without first setting the visibility of those issues to "everyone". Now nobody can see these issues anymore (not even as an admin)..  How can I solve this?

mada65
· 1
mada65
Replies (1)
helpful
0
not helpful
ANSWER

This is a bug: http://gemini.countersoft.com/Default.aspx?p=2&i=3855

Please run this SQL to fix:

update gemini_issues set visibilitymembertype = 2 where visibility=1 and visibilitymembertype=3


Mark Wing
· 9108
Mark Wing