When I try to add a system address, it requires a queue:
Code: Select all
bin/otrs.Console.pl Admin::SystemAddress::Add --name testAddress --email-address test@example.com
Error: please provide option '--queue-name'.
Code: Select all
bin/otrs.Console.pl Admin::SystemAddress::Add --name testAddress --email-address test@example.com --queue-name testQueue
Error: Queue testQueue does not exist.
Code: Select all
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