Squish API Documentation

squish.calendar squish.company squish.history squish.issue squish.project squish.wiki
API Tester Params —

squish.issue.attachPOST

Attaches a file to the specified comment.

GET Parameters:
Data Object (JSON-encoded in POST):
URL:
https://api.squishlist.com/rest/?method=squish.issue.attach
Result:
None yet.

squish.issue.getCommentsGET

Returns a list of comment information objects for the specified issue.

GET Parameters:
URL:
https://api.squishlist.com/rest/?method=squish.issue.getComments
Result:
None yet.

squish.issue.getFieldDataGET

Returns all field data for the specified issue. The fields returned may vary depending on the issue type, and whether the API session user is a developer/manager for the issue's project.

GET Parameters:
URL:
https://api.squishlist.com/rest/?method=squish.issue.getFieldData
Result:
None yet.

squish.issue.getHistoryGET

Returns a list of history information for the specified issue.

GET Parameters:
URL:
https://api.squishlist.com/rest/?method=squish.issue.getHistory
Result:
None yet.

squish.issue.getRelatedIssuesGET

Returns a list of any issues related to this one, either by being specified in a comment, or referenced in a comment on another issue.

GET Parameters:
URL:
https://api.squishlist.com/rest/?method=squish.issue.getRelatedIssues
Result:
None yet.

squish.issue.postCommentPOST

Posts a comment on the specified issue.

GET Parameters:
Data Object (JSON-encoded in POST):
URL:
https://api.squishlist.com/rest/?method=squish.issue.postComment
Result:
None yet.

squish.issue.submitPOST

Submits a new issue to the specified project.

GET Parameters:
Data Object (JSON-encoded in POST):
URL:
https://api.squishlist.com/rest/?method=squish.issue.submit
Result:
None yet.

squish.issue.updatePOST

Updates the specified issue.

GET Parameters:
Data Object (JSON-encoded in POST):
URL:
https://api.squishlist.com/rest/?method=squish.issue.update
Result:
None yet.