Infos:
- Used Zammad version: 5.1.x
- Used Zammad installation type: rpm package
- Operating system: Centos Stream
- Browser + version: Brave Version 1.38.117 Chromium: 101.0.4951.67 (Official Build) (64-bit)
Expected behavior:
- Setting ticket state to closed closes ticket via API
Actual behavior:
- log error
PG::InFailedSqlTransaction: ERROR: current transaction is aborted, commands ignored until end of transaction block
Ticket state does not close
Steps to reproduce the behavior:
- curl -X PUT -H “Authorization: Token token=ae1k-sfsdfsdf” https://zammadcs1.0xcbf.net/api/v1/tickets/10195 -d “{state: “closed” }”