You need a token to do anything with the FogBugz XML API. How do I get one?
|
6
3
|
|
|
|
|
7
|
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. |
|||
|
|