# 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**

```
./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

[![remove_watermark_image_20250918_102411.png](https://pandorafms.com/guides/public/uploads/images/gallery/2025-09/scaled-1680-/remove-watermark-image-20250918-102411.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2025-09/remove-watermark-image-20250918-102411.png)