0
votes
1answer
35 views
trying to write a plugin to fix the “cc’s cause multiple cases” problem
I'd like to write a plugin to solve the issue explained here -->
http://fogbugz.stackexchange.com/questions/2961/fogbugz-should-match-in-reply-to-and-references-header-to-existing- …
0
votes
0answers
32 views
Custom UI element
Hello. I'm trying to develop a plugin for fogbugz. I want to extent the basic UI by adding a button, that will perform a call to the outer software. What interface should I use in …
0
votes
0answers
17 views
Plugin-dev: how does one add/create attachments for a given BugEvent?
Based on existing attachments that may exist on an incoming support email (or even simply within a case edit), I need to add new attachments to the case/BugEvent.
These attachment …
0
votes
1answer
11 views
please add EmailMessageID suport to URLTrigger
I need this for the CC bug workaround I'm working on, so I added it to the plugin. Thanks for including the source. Adding this support was very easy. It is only a few lines, an …
2
votes
1answer
288 views
How do I make my javascript code run on the case view / edit / reply … page?
I have some javascript in my BugMonkey script / plugin that I want to fire on one or more of the modes of viewing a case. e.g. view, edit, resolve, reply. How do I do this?
0
votes
0answers
7 views
Plugin API Feature Request: allow a plugin to redirect a case event to a prior case without creating a new case
I need this feature to solve the "cc'ed emails cause multiple cases" issue with a plugin. More info in this post, particularly the answer.
http://fogbugz.stackexchange.com/questi …
0
votes
1answer
47 views
How do I add a menu item next to the “Working On” drop down?
I'd like to be able to add a menu item in my Plugin next to the "Working On" drop down. A Plugin that already does this is the Kanban board, but I can't get the code so I don't re …
2
votes
1answer
32 views
Cannot load two plugins i’m working on at the same time.
I'm currently working on two different plugins and when I load one plugin it will remove the other one that I was working on. This will happen no matter which of the two plugin I' …
11
votes
36answers
2k views
Plugin Ideas Forum (What are your top plugin ideas and requests?) [closed]
Describe plugins that you wish exist, and vote on other plugins listed below. This poll is meant to serve as a guide for plugin developers, as well as Fog Creek's plugin developmen …
1
vote
1answer
503 views
How do I disable a drop-down field in case edit using jQuery (javascript)?
I want to add some javascript via BugMonkey or a plugin that disables a drop-down field. How do I do that?
2
votes
2answers
152 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
221 views
Serving HTML and Javascript files stored inside plugin static folder
Hi,
I'm in the process of adding a new functionality to my plugin which requires displaying custom HTML/Javascript inside Wiki pages.
It is a GWT project and I have all the files …
0
votes
1answer
21 views
Is there currently a way to use the fogbuz web controls in a plugin page?
I'm looking to use the time drop down control that FogBugz has inside of a plugin page. Is this available for plugins?
2
votes
1answer
254 views
How do I disable or hide a text field in case edit using jQuery (javascript)?
I want to add some javascript via BugMonkey or a plugin that disables or hides a drop-down field. How do I do that?
0
votes
1answer
101 views
PostBuild (zipPlugin) batch file errors when there’s a space in the Plugin project name
I tried using the post-build batch file(s) to automatically upload my plugin to my local installation for testing purposes, as described here under "Add the Build Step to the Proje …