I'm trying to create a new system address and queue in Znuny using command line tools, but I’m running into a circular dependency issue.
When I try to add a system address, it requires a queue:
Clearly, when I specify the name of a queue which does not yet exists, this is rejected:On the other hand, when creating a queue, a system address is optional:Once the queue is created, I can create the system address linked to the queue, but there seems to be no way to update the queue afterward to use the newly created system address with command line tools.
How can I properly link a new queue and a new system address when both seem to depend on each other? Is there a way to update the queue via command line, or is database modification the only option?
Thanks in advance!
Gregor
When I try to add a system address, it requires a queue:
Code:
bin/otrs.Console.pl Admin::SystemAddress::Add --name testAddress --email-address test@example.comError: please provide option '--queue-name'.
Code:
bin/otrs.Console.pl Admin::SystemAddress::Add --name testAddress --email-address test@example.com --queue-name testQueueError: Queue testQueue does not exist.
Code:
bin/otrs.Console.pl Admin::Queue::Add --name testQueue --group users
How can I properly link a new queue and a new system address when both seem to depend on each other? Is there a way to update the queue via command line, or is database modification the only option?
Thanks in advance!
Gregor
Statistics: Posted by gwarsow — 26 Feb 2025, 14:55 — Replies 0 — Views 1