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.




A couple more questions.....

web-app

    What does this part of the web.config control and how does it work?
        <!-- Any issue id with this qualified found will automatically link to the issue -->
        <add key="IssueLinkQualifier" value="" />

This might be a dumb one but, on the user security screen it says:

Users will automatically inherit the default project security scheme where they have not been given an explicit security scheme.

How do I create a project, then apply valid security schemes to it. Then how do I give a user and explicit security scheme as their default. I need to set up security so that users can NOT see all projects, but not have to define each user's role in each project each time a new one is created.

Thanks

pauldes
· 1
pauldes
Replies (1)
helpful
0
not helpful

The IssueLinkQualifier setting is working like so:

Say you set <add key="IssueLinkQualifier" value="GEM:" />

Then an  issue that will contain GEM:XXX (XXX is a number) it will be replace with a link to the XXX issue.

 

If you don't want all your users to see all projects simply set ViewAllProjects to NO in the web.config.


Saar Cohen
· 5000
Saar Cohen