You need a token to do anything with the FogBugz XML API. How do I get one?
|
8
4
|
|
|
|
|
8
|
Open a browser and load the following URL into it, replacing the text in [square brackets] with values appropriate to your install:
Two important notes:
The API should give you an XML response with a token that looks something like this:
Copy the token value. This is how you use it to do a search for "foo":
See also the full XML API documentation. |
|||
|
|