IssuePriority API Resource
This resource enables to manage issue priorities. By using it with some of the basic HTTP methods, you can retrieve information about, set, change, and delete them from task manager databases. Have a look at the HTTP methods that are defined for this resource to get the picture of how you can use it.
GET | /issue-priority |
Returns the list of available issue priorities |
POST | /issue-priority |
Sets the priority of the issue |
GET | /issue-priority/{issue_priority_id} |
Returns information about the priority of the issue |
PUT | /issue-priority/{issue_priority_id} |
Updates the priority of the issue |
DELETE | /issue-priority/{issue_priority_id} |
Deletes the priority of the issue |
Find more details on the IssuePriority API resource and its methods in our documentation. Try them right from there!