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.




Problems customising issues report

web-app

Hi all,

I've taken over the management of a large number of product support projects that are using gemini (2.0.5) as an issue tracking system. I have the products set up and the issues are there but I'm recieving the error below when I try to customise the issues list.  I can make may changes, move fields up and down but I get the error when I hit save:

Must specify valid information for parsing in the string. at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase) at CounterSoft.GeminiLib.IssueEN.GetIssueAttribute(String enumText) at Gemini.IssuesView.btnUpdate_Click(Object sender, EventArgs e)

I'm very new to gemini so any assistance would be gratefully recieved, thanks in advanc

happytechie
· 1
happytechie
Replies (5)
helpful
0
not helpful

Do you get the error for a specific project view?

Can you test by removing all fields and adding one - say issue key?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

I still get the same error:

 

Must specify valid information for parsing in the string. at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase) at CounterSoft.GeminiLib.IssueEN.GetIssueAttribute(String enumText) at Gemini.IssuesView.btnUpdate_Click(Object sender, EventArgs e)

After removing all of the available fields and only leaving issue key.

Any help would be great as I'm going to have to export all of the issues from the system and format it into a report for my management team by hand later today. 


happytechie
· 1
happytechie
helpful
0
not helpful

We have never come across this problem before. The only other suggestion is to remove all your custom view records from the SQL table : userissuesview.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thanks Mark,  is there a database schema diagram available anywhere so I can just build a crystal report or something?

edit: I deleted all of my custom views using

delete from userissuesview where userid = 25;

 and I appear to be able to create customised reports again :D


happytechie
· 1
happytechie
helpful
0
not helpful

Unfortuantely, we do not have this for 2.0.5 as it is more than 2 years old.

But the schema is very simple and you should be able to work it out.

projcets

components (project id)

versions (project id)

issues (project id, component id, version id) etc..


Saar Cohen
· 5000
Saar Cohen