Skip to main content

Update ticket

Necessary arguments 

-m (post)

-i (host) 

-t (token)

-p (project id)

-tid (ticket id)

-s (subject)

-d (description)

-pi (priority id)

-st (status id)

-a (asigned to id)

 

Example manual execution

python3 pandora_redmine.py./pandora_redmine -m put -tid 1 -i http://pandorap.m.redmine.org -t <token> -p 1 -s "omg" -d "descripcion" -pi 1 -st 1 -a 1

 

The ticket with id #1 will be updated

 

image-1641999846846.png