Zammad ticket state

Infos:

  • Used Zammad version: 6.0.0
  • Used Zammad installation type: docker-compose
  • Operating system: ubuntu 22.04
  • Browser + version:

Ticket::State.create_or_update(id:8, name: ‘On Hold’,state_type: Ticket::StateType.find_by(name: ‘open’), created_by_id:1,updated_by_id:1,)

when i try to add status to ticket

i get the following error

Hi @intermagit, please use the template, thanks.

1 Like

Is there another way to add a new state to a ticket?
i want to add two more state on hold and cancelled

Maybe this helps: Working with ticket information — Zammad documentation

This topic was automatically closed 360 days after the last reply. New replies are no longer allowed.