Skip to main content

Update ticket

Parameters

Method-mget,post,put o delete
host-i, --ipname site zendesk
user-usname user (email)
password-ppass  API
token-ttoken  API
ticket name-tnname ticket
ticket comment-tbcontent ticket
ticket id-idid ticket
ticket status-tsnew,open,hold, pending,solved o closed
ticket priority-tpurgent,high,normal o low
ticket type-ttproblem, incident,question, task

 

Example of a ticket update with manual execution.

python3 pandora_zendesk.py -m put  -i pandoraplugin -us <email> -p <password> -id 19 -tn "yea22h" -tb "Comg" -tp urgent -tt "question" -ts new

This command will update the following ticket :

image-1641400694458.png