Tagged Questions

2
votes
1answer
59 views

How do I jump to the top of the case view?

Sometimes, when reviewing a long case, I find myself wishing I could simply click a link to jump back to the top of the case, rather than having to scroll all the way up to make an …
2
votes
1answer
295 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
1answer
247 views

Dynamically changed dropdowns are not refreshing.

The script below does what I want it to do except you need to change the ixproject field (Probably because my other projects do not uses subcategory) for the dropdowns to be update …
0
votes
1answer
191 views

How do I use javascript events with the custom fields.

So I have a small problem. I want to enable/disable the ok button if the user selects/deselects the default field on a drop down box. I found the correct id name but there is no …
0
votes
1answer
39 views

What’s the difference between BugViewChange and BugViewChanged? [closed]

I noticed that FogBugz fires both a BugViewChange and a BugViewChanged Javascript event. The former is suggested quite often on this very site. The latter exists since version 8.1. …
1
vote
1answer
90 views

BugMonkey: I want to use jQuery X.Y, but FogBugz only includes jQuery [version older than X.Y]

I write lots of BugMonkey scripts, but FogBugz doesn't include the version of jQuery I'd like to use. How can I include the latest version of jQuery with my BugMonkey script witho …
1
vote
2answers
67 views

Fully hide edit link

I know how to hide elements, $('#edit0').hide(); However this doesn't hide the edit image. The edit image does not have an id. Any ideas on how to hide or remove it. EDIT: …
1
vote
1answer
504 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 …
2
votes
1answer
279 views

How do I change the selected option in a FogBugz drop-down field using jQuery (javascript)?

I want to add some javascript via BugMonkey or a plugin that changes a drop-down field. How do I do that?
1
vote
1answer
155 views

BugMonkey Script to make Milestone Field readonly.

I'm trying to make the milestone dropdown readonly or disabled on load of the fogbugz case edit. I've found how to disable the field in the chrome console but the same code does no …
0
votes
1answer
110 views

Screen capture after switching to https throws some errors

We've recently moved to running Fogbugz over https which work amazingly easily. One annoying quirk though is that the screen capture plugin does not follow the redirect from the o …
2
votes
1answer
102 views

BugMonkey won’t load in Edit mode

I'm using BugMonkey v2.0.1.16 with FogBugz v8.7.60.0. I have a very simple script: name: Validation and Hidden Fields description: Validates and Hides Fields author: …
1
vote
2answers
166 views

How do I make my javascript code run when a drop-down is changed on the case edit page?

I have some javascript in my BugMonkey script / plugin that I want to fire when a drop-down menu changes in the case edit view. How do I do this?

1 2 3 next
15 30 50 per page