Tagged Questions

0
votes
1answer
36 views

How to remove a project from the backlog plugin via API?

I am able to use the XML API to set a backlog value on a case. The following example works to make a case the top item in the backlog: http://localhost/fogbugz/api.asp?token=[secr …
1
vote
1answer
35 views

BugzScout and FogBugz API Incorrectly Change Area on Occurrences

I'm using BugzScout and the FogBugz API to log application errors in our sites. In the course of using BugzScout, and tightly managing the areas that application errors fall under, …
0
votes
0answers
16 views

Is there a simple way to export all the data from one Fogbugz install for import to another?

I have a current instance with about 200 cases in it, and I am setting up a new instance to import about 3000 cases from an old system. I would like to take the 200 cases and expo …
0
votes
0answers
12 views

API listIntervals request crashes

Not sure if it's a correct place for bug requests, still. I'm requesting my work intervals from an online fogbugz.com installation. Here's the code I use to do it: #!/bin/sh FB …
16
votes
4answers
223 views

Editing release notes via XML API

Is editing of release notes via XML API possible? Documentation mentions only sReleaseNotes element (without any example of its format), but nothing about editing. I tried to use c …
7
votes
1answer
4k views

BugzScout to Capture Errors

How can I use FogBugz to automatically capture error messages from my software?
11
votes
8answers
3k views

Simplest way to use API to import tasks from Excel?

I have 500+ tasks in Excel with these columns: Title Milestone Assigned To Area Priority Tags What's the simplest way to get these into FB using the API? I'm in a .NET environ …
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
0answers
8 views

Adding a subscriber when certain files are committed

We are trying to extend the source control hook (Mercurial) so that we can subscribe certain people to a case based on the file type committed. Eg if a developer commits a .SQL fi …
1
vote
1answer
45 views

How do I dynamically filter cases by column value with API?

Using the XML API, is it possible to retrieve a subset of all cases based on certain case properties? For example, I would like to be able to retrieve only the cases assigned to …
0
votes
0answers
50 views

Bug: Setting custom fields through the XML API

Although you are able to set custom fields through the XML API, there are two quirks I ran across simultaneously. If any of the custom fields you're trying to set contain invalid …
2
votes
2answers
42 views

How do I remove unwanted emails from the auto-complete in the To field?

Please provide a way to clear the Cache fields for user-input fields. Example: Forwarding a ticket to a different email address. Begin typing in the "TO:" field. Proposed text c …
1
vote
1answer
37 views

Feature request: Export report as image via xml-api

I currently need to send a weekly report of certain Fogbugz activity to management. The way I do this is by having predefined reports (bar and chart filters) which I then manually …
1
vote
1answer
14 views

Feature Request: List all subscribers for case with the XML API

With the XML API, you can find out if you are subscribed to a case with cmd=search&cols=fSubscribed. Please add a way to get all subscribed users for a given case, e.g. cmd=lis …
0
votes
1answer
65 views

Add an fIncludeDeleted=1 option to the cmd=listIntervals API call

I'm trying to extract time sheet data from FogBugz, via the XML API, in to my own system. I've hit a snag though: when someone deletes an interval that I previously pulled in to m …

1 2 3 4 5 11 next
15 30 50 per page