1

We're just gearing up to get the business using fogbugz however when I look at the read-only view for cases it seems very, very basic.

I'm not after much more, something a long the lines of due date, assigned to etc.

Is there a way to achieve this?

UPDATE:

We attempted to do this using the plugin architecture and started by trying to see the "Due Date" field however we get the following exception:

FogCreek.FogBugz.Exception.FogBugzSecurityException: The user does not have permission to read this object.

Server stack trace: 
   at FogCreek.FogBugz.CProxyReadOnlyBase.AssertReadable()
   at FogCreek.FogBugz.Plugins.Entity.CBug.get_dtDue()
   at UltraReadonlyView.UltraReadOnly.BugDisplayViewTop(CBug[] Cbug, Boolean fPublic)
   at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)

Exception rethrown at [0]: 
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at FogCreek.FogBugz.Plugins.Interfaces.IPluginBugDisplay.BugDisplayViewTop(CBug[] rgbug, Boolean fPublic)
   at FogCreek.FogBugz.__Global.Lambda_PluginTopHTML_17.__Run(IPluginBugDisplay i) in c:\code\release\build\fogbugz\8.2.25\FogBugz\distribution\src-Website\editBug2.was:line 758
   at FogCreek.FogBugz.__Global.Lambda_PluginBugDialogItems_16.__Run() in c:\code\release\build\fogbugz\8.2.25\FogBugz\distribution\src-Website\editBug2.was:line 711

UPDATE:

We are struggling to see the IgnorePermissions property described in the comments below. Any advice would be much appreciated.

flag
Do you still have this error if you set IgnorePermissions to true? – Daniel LeCheminant Jan 13 2011 at 15:11
On which object is IgnorePermissions? Thanks. – MrEdmundo Jan 13 2011 at 15:16
On all objects with permissions. Here's an example: developers.fogbugz.com/default.asp?W129 – Rich Armstrong Jan 18 2011 at 14:40

1 Answer

1

You could write a plugin that implements the IPluginBugDisplay interface and, if fPublic is true, display additional fields.

Here's an example of a plugin that uses the aforementioned interface.

link|flag
In principal I'm happy to look in to this, but do you consider this something worth looking at for future version. The current view is next to useless in providing the correspondent any information. – EdmundoRiviera Jan 13 2011 at 8:45

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.