IssueStatus API Resource
The issueStatus resource is meant to make it possible to get information about and manage issue statuses. By calling the API resource methods, you can create, change, and delete them. Take a look at the HTTP methods defined for this resource in order to get a better understanding of how you can use it.
GET | /issue-status |
Returns the list of issue statuses |
POST | /issue-status |
Sets the status of the issue |
GET | /issue-status/{issue_status_id} |
Returns information about the status of the issue |
PUT | /issue-status/{issue_status_id} |
Updates the status of the issue |
DELETE | /issue-status/{issue_status_id} |
Deletes the status of the issue |
Find more details on the IssueStatus API resource and its methods in our documentation. Try them right from there!