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.




Fixed for Version is disabled for the Issue Creator

web-app

The "Fixed For Version" Drop Down Combobox is disabled for Issue Creator. Is this a feature or a bug? If it is a feature, what's the business reasoning behind it? 

Also, is there a way to change the label of the fields on a specific page? We want to use the Issue Priority as the Issue Severity and want to create a custom field for Issue Priority and will like to change the title of this field.

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

Issue creator generally can not decide when an issue will be fixed, hence can not set fixed for version.

However, there is a bug in the create / edit scheme page that does not show the option to assign a version. You can overcome it by adding it manually in sql to the scheme in question:

update securityschemes
set roles=roles+'8!'
where schemename='Issue Creator'

As for the labels, this is all controlled by XML file under the laguages folder. If you change it there for the languages that you are using it will be picked up.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Do you have a guide that gives information about specific roles? I am not sure how Issue Creator, Issue Worker and Issue Administrator are different. Any help will this will be appreciated...

Ankur


Ankur
· 1
Ankur
helpful
0
not helpful

These are the default schemes. You can see the differences between them by loging in as admin and going to the schemes admin page. It will list the rights for each scheme.

You are able to change these or create new schemes.


Saar Cohen
· 5000
Saar Cohen