API Documentation

Upload Methods » UploadFile

Create Issues by uploading a file directly through the API using this function.

Required paramaters: standard, TitleId, IssueName, File

Optional paramaters: standard

For master account Key/Signature pair, the paramater UserId is also required.

Example Response (XML)

<Success>
	<Code>OK</Code>
	<Description>Issue uploaded and created successfully.</Description>
</Success>

Uploading files

Make sure when posting a file (regardless of method) to include the equivalent of enctype="multipart/form-data"