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.




Change default values when creating an issue

web-app

Hi!
Is it possible to change some default values on Create Issue form?
For instance, I would like the 'Issue Visibility' field to be by default Private instead of Public. Is this possible
Thanks in advance!

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

Hello,

This is possible with Gemini 3.0 -- beta release soon.

You will be able to customise CREATE and EDIT issue screens based upon issue type AND user group membership.

 


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

I should also add that you can set default values for issue attributes as well (per project).


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

Ok. Good to know.
For the moment I did the following:
            <asp:dropdownlist id="cboVisibility" runat="server" Width="120px">
                <asp:ListItem Selected="True" Value="1">Private</asp:ListItem>
            </asp:dropdownlist>
in createissue.aspx.
I know its not supported and it is closer to a hack rather than a solution, but it will do the job until the new version!
(negative effect: Private option appears twice in the drop down list, but we can live with that!)


papadi
· 1
papadi