You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to easily add tags to tickets when I create them or add articles to them. Currently, the 'tags' parameter in ticket.create or ticket.update does nothing.
The text was updated successfully, but these errors were encountered:
Implemented this in a project- currently don't have the cycles to get up to speed on this repository's contribution rules, but leaving this here for posterity
`class Tag(Resource):
#Quick minimal extention to the zammad api
path_attribute = "tags"
Description
I would like to be able to easily add tags to tickets when I create them or add articles to them. Currently, the 'tags' parameter in ticket.create or ticket.update does nothing.
The text was updated successfully, but these errors were encountered: