Script assign signature to a Queue[SOLVED]

Moderator: crythias

Post Reply
solown
Znuny newbie
Posts: 29
Joined: 05 Nov 2018, 16:28
Znuny Version: OTRS5

Script assign signature to a Queue[SOLVED]

Post by solown »

Hi everyone,

I'm working on bash script using otrs.Console.pl to add a large number of queues. I saw how to assign a mail adress system to a queue but not how to assign a signature to queue.

This is the help output from otrs.Console.pl

Code: Select all

[otrs-socgroupe@NOEYYCTB bin]$ otrs.Console.pl Admin::Queue::Add --help

Create a new queue.

Usage:
 otrs.Console.pl Admin::Queue::Add --name ... --group ... [--system-address-id ...] [--system-address-name ...] [--comment ...] [--unlock-timeout ...] [--first-response-time ...] [--update-time ...] [--solution-time ...] [--calendar ...]

Options:
 --name ...                     - Queue name for the new queue.
 --group ...                    - Group which should be assigned to the new queue.
 [--system-address-id ...]      - ID of the system address which should be assigned to the new queue.
 [--system-address-name ...]    - Name of the system address which should be assigned to the new queue.
 [--comment ...]                - Comment for the new queue.
 [--unlock-timeout ...]         - Unlock timeout in minutes for the new queue.
 [--first-response-time ...]    - Ticket first respone time in minutes for the new queue.
 [--update-time ...]            - Ticket update in minutes for the new queue.
 [--solution-time ...]          - Ticket solution time in minutes for the new queue.
 [--calendar ...]               - Name of the calendar for the new queue.
 [--help]                       - Display help for this command.
 [--no-ansi]                    - Do not perform ANSI terminal output coloring.
 [--quiet]                      - Suppress informative output, only retain error messages.
Last edited by solown on 06 Dec 2018, 12:58, edited 1 time in total.
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Script assign signature to a Queue

Post by jojo »

as there is no option it is not implemented
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Post Reply