# Create ticket

**Necessary arguments**

-m (post)

-i (host)

-t (token)

-p (project id)

-s (subject)

-d (description)

-pi (priority id)

-st (status id)

-a (asigned to id)

**Example manual execution**

```
./pandora_redmine -m post -i http://pandorap.m.redmine.org -t <token> -p 1 -s "this is the subject" -d "the description" -pi 1 -st 1 -a 1
```

The request will be created in our project.

[![Screenshot 2025-09-18 093043.png](https://pandorafms.com/guides/public/uploads/images/gallery/2025-09/scaled-1680-/screenshot-2025-09-18-093043.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2025-09/screenshot-2025-09-18-093043.png)