Set tags via API

phoang
Kilo Expert

Hi,

Has anyone been able to set tags via api?   We would like to create a tag on create of an incident.   I've tried the label_entry table but it's not allowing me to write to the table and table_key field due to the maint role in the acl.

Is there another way to do this or how can I do this without having to modify the role?

Thanks!

Phuong

3 REPLIES 3

sachin_namjoshi
Kilo Patron
Kilo Patron

You can create new CREATE ACL on label_entry table to allow role ( with specific role) to create tag entries.


This should allows you to create tags via API.



Regards,


Sachin


Ok thanks Sachin.   And there is no other way to add tags to an incident via API?


Hi,



I used same method of ACL to allow creation of tags via REST API.



Regards,


Sachin