Issue API Resource
This resource enables to work with issues. By calling the API resource methods, you can retrieve information about, create, update, and delete issues from task manager databases. Take a look at the methods that are defined for this resource to get the picture of what you can do with it.
GET | /issue |
Returns the list of issues |
POST | /issue |
Creates a new issue |
GET | /issue/{issue_id} |
Returns information about the issue |
PUT | /issue/{issue_id} |
Updates the issue |
DELETE | /issue/{issue_id} |
Deletes the issue |
Find more details on the Issue API resource and its methods in our documentation. Try them right from there!