IssueTag API Resource
This resource is intended to work with issue tags. By using the API resource methods, you can get information about, create, delete, and update them. To get a better picture of how you can use this resource, look through the methods defined for it.
GET | /issue-tag |
Returns the list of tags |
POST | /issue-tag |
Creates a new tag |
GET | /issue-tag/{issue_tag_id} |
Returns information about the tag |
PUT | /issue-tag/{issue_tag_id} |
Updates the tag |
DELETE | /issue-tag/{issue_tag_id} |
Deletes the tag |
Find more details on the IssueTag API resource and its methods in our documentation. Try them right from there!