Where do I select the scheme within the project? I thought the field visibility was set in the Issue Type?
If it's in the Default values screen, I'm getting an error when I try to open it:
| Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index | 08/05/2008 16:45:49 |
SOURCE: mscorlib
TARGETSITE: Void RemoveAt(Int32)
STACKTRACE: at System.Collections.ArrayList.RemoveAt(Int32 index)
at System.Web.UI.WebControls.ListItemCollection.RemoveAt(Int32 index)
at CounterSoft.Gemini.Web.Project.Admin.DefaultValues.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) |