IssueType API Resource
This resource makes it possible to work with issue types. By using it with some of the HTTP methods, you can get information about, add, edit, and delete issue types. To better understand how you can use the resource, look through the methods that are defined for it.
GET | /issue-type |
Returns the list of issue types |
POST | /issue-type |
Adds a new issue type |
GET | /issue-type/{issue_type_id} |
Returns information about the type of the issue |
PUT | /issue-type/{issue_type_id} |
Updates the type of the issue |
DELETE | /issue-type/{issue_type_id} |
Deletes the issue type |
Find more details on the IssueType API resource and its methods in our documentation. Try them right from there!