1
vote
1answer
95 views
Can a plugin add a new chart type?
Is it possible to have a plugin add a new chart type to the case list charts? I looked through the API and didn't see anything.
Thanks,
1
vote
1answer
109 views
Can Plugins be Implemented on a Hosted Solution?
1) If I use FogBugz in a hosted solution format can I still take advantage of the Plugins? In particular, can I modify the workflow and/or add a new catagory type - for example I …
1
vote
3answers
242 views
I have installed FogBugzTimeSheetPlugin - where are the reports
I have installed FogBugzTimeSheetPlugin into my FogBugz On-Demand Trial.
I expect to see some FogBugzTimeSheetPlugin reports under either "Reports" or "Extras".
I find that there …
21
votes
55answers
4k views
Bugmonkey Script Archive
Bug-monkey scripts probably don't qualify as full plug-ins on their own right and probably don't belong in the plug-in gallery, but it would be nice to have a centralized repositor …
0
votes
0answers
5 views
(Plugin) How do I read the tags of a case when it is edited?
Is there any way I can read a cases tags in a plugin when it's edited? I'm currently using IPluginBugCommit.BugCommitAfter, however it seems to only contain a list of added tags (r …
2
votes
2answers
66 views
Using BugMonkey to translate FogBugz UI text
I'm trying to translate some basic text labels (e.g. Priority, New Case, List Cases, Assigned to...) into Chinese for our testers to input bugs.
I'm using On-demand FogBugz so can …
2
votes
1answer
13 views
Cleaning up old plugin tables
What is the correct procedure to clean up unused plugin tables?
Somehow throughout the life of our FogBugz installation we've managed to accrue a lot of plugin tables. It looks l …
0
votes
1answer
64 views
Enhance “edit workflow” to change default category in one project only
Currently, whichever category is the default is the default for all new cases in ALL projects. I want a different workflow in one project which has a different default category for …
1
vote
1answer
60 views
Feature Request: Allow site or project admins to configure autosubscribe for virtual users
Currently we can use the AutoSubscribe plugin to define various cases that we want to subscribe to automatically based on project, area, etc. It would be great if we could also con …
0
votes
1answer
21 views
Extend security system via plugins
We'd like to use FogBugz for customer support desk automation for a big company.
They need to restrict ability to view / perform actions on cases in some areas for some user grou …
0
votes
3answers
164 views
URI Remoting Exception in a plugin
Using Fogbugz 8.2.25 on a Linux/OpenSUSE server and noticed the following error:
The Fog Creek Maintenance Service has reported an error. Error in plugin Case History
04/02/2011 …
17
votes
1answer
2k views
Access Custom Fields (or other plugin field such as Backlog) on a case using the XML API
I added the custom field "Weight" (Type = Dropdown) to cases using the custom field plugin. How can I use the XML API to retrieve values assigned to this custom field? I am setting …
0
votes
1answer
15 views
Prior version of case note still displays in filters when using case event edit plugin to change a comment to an empty string
When using the case event edit plugin to set the most recent comment to an empty string, the previous (non-empty) version of the comment is still displayed in filters.
Steps to re …
26
votes
6answers
171 views
Do Later plugin: Allow actions to be set for other FogBugz users
Feature request...related to the Do Later plugin...
(I upgraded FB from 8.3 to 8.6 expressly for the Do Later plugin. I am glad I did! Let me know how I can help!)
I can set a c …
1
vote
0answers
28 views
Feature Request: Plug-in API for injecting code into user defined workflows
I got asked today to write a plug-in for my company that implemented some functionality whenever a case of a certain category got closed.
I'll probably be able to knock this out …