0
votes
0answers
18 views
Accept fbToken cookie in XML API
Abstract
XML API should try the fbToken cookie if the token parameter is missing from the request.
Description
How to get an XML API token? Only using cmd=logon, which is not co …
1
vote
1answer
8 views
Can I add more rich text options when editing a FogBugz case?
I would like to be able to change the color of text or highlight it to indicate important sections. The current formatting options (bold, italic, underline) aren't sufficient for m …
0
votes
1answer
25 views
Increase maximum attachment size
I'd like to attach files bigger than 100 megs to my FogBugz installation
1
vote
2answers
19 views
Need to disable BugMonkey script when User only has Read-Only permissions on a bug
I have a user account to which I've only given it Read permissions in a particular project. I also have BugMonkey scripts that run on that particular project. Normally, none of t …
35
votes
116answers
7k 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
1answer
20 views
Resolve and Close a case with one click
I have a lot of cases that need to resolve and close as "won't respond" and I'd like to save clicks. Could this be done with BugMonkey?
1
vote
1answer
41 views
Remove Resolve Button on Inquiry/Project using BugMonkey
I know I can remove the Resolve button on all pages with the following BugMonkey script
js:
$('a.resolve').remove();
How do I remove it only on cases that are category Inquiry a …
0
votes
1answer
34 views
Why can’t I remove attachments in Case Event Edit?
FogBugz allows removing attachments. Few users know that, because it's just not discoverable. Especially when using the Case Event Edit plugin. The user has to edit (not assign!) t …
0
votes
1answer
38 views
Automatically email the primary contact when an issue is created.
Excuse me if this was already asked, but is there a setting or script that will automatically email the primary contact when an issue is first created.
Right now users are chang …
1
vote
0answers
34 views
cannot set bugmonkey “default on” or “required”
BugMonkey 2.0.1.16 / FogBugz 8.8.49
From the main administrator account, I am trying to set the Rules for a Customization that I've made and shared. However, whenever I set any o …
1
vote
1answer
287 views
Required fields BugMonkey customization
I bet it wouldn't be hard to create a BugMonkey customization to require fields values before submitting a case...
0
votes
1answer
10 views
Always restrict the FROM email address
I have many projects and many mailboxes, but I want to unify my communication email as always coming from one email address. How do I do this?
For example:
customer-service@exampl …
0
votes
1answer
17 views
Disable holiday schedule management for non-admins
How can I make individual holiday schedules for users only be editable by site administrators?
0
votes
1answer
58 views
Custom text field automatically linked to another site with a set URL format
I want to link from my custom field "Customer Number" to my CRM system. It's a text custom field with values like D234 and X1110. I want to turn these into links to http://example. …
0
votes
1answer
41 views
Assign “normal” users to be able to modify certain BugMonkey scripts
Hi,
I'm an admin of our FogBugz installation, and I've created a couple of BugMonkey scripts that I would like some of my tech leads to update. I don't see a way for me (admin) t …