0

Is there a way to get information about a case, using the Kiln API? I'm looking at a changeset record which lists the case number (ixBugs), but there doesn't seem to be a record. I need the Fogbugz XML API instead of the Kiln JSON API right?

This seems like a basic thing, but I've searched, checked the Developers Wiki and looked at the Kiln .NET Library, so maybe this is just a thing you can't do. I see on the Wiki you can get a list of changesets associated with a case (https://developers.fogbugz.com/default.asp?W168) (the inverse of the changeset record), but it only links changesets and cases.

flag

1 Answer

1

When you say "information about a case", what exactly are you looking for? The FogBugz XML API has a number of different commands that might be able to get you the information you're after.

In particular, the search command can be uses to obtain detailed information for a single case:

https://[your fogbugz]/api.asp?cmd=search&q=[case id]&cols=[columns you're interested in]&token=[your FogBugz API token]

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.