
Hi! I want to have another default state for agent answers and discovered the ACLs for influencing OTRS behaviour. Only the mentioned states are shown but unfortunately I can reorder the States as I want, OTRS still takes "closed sucessful" if available as it ist he global default. Can I tell OTRS via ACL what the desired order of states should be or at least, what the default state is? $Self->{TicketAcl}->{"testTicketState"} = { 'Possible' => { 'Ticket' => { 'State' => [ 'in Bearbeitung', 'closed successful', 'closed unsuccessful', 'open', 'pending auto reminder' ] } }, 'PossibleNot' => {}, 'Properties' => { 'Queue' => { 'RealName' => [ 'Marketing' ] } }, 'PropertiesDatabase' => {}, 'StopAfterMatch' => 0 }; } 1; Regards Martin

Ticket::Frontend::AgentTicketCompose###StateDefault
On Fri, Jun 20, 2014 at 6:58 AM, Martin Hochreiter
Hi!
I want to have another default state for agent answers and discovered the ACLs for influencing OTRS behaviour.
Only the mentioned states are shown but
unfortunately I can reorder the States as I want, OTRS still takes „closed sucessful“ if available as it ist he global default.
Can I tell OTRS via ACL what the desired order of states should be or at least,
what the default state is?
$Self->{TicketAcl}->{"testTicketState"} = {
'Possible' => {
'Ticket' => {
'State' => [
'in Bearbeitung',
'closed successful',
'closed unsuccessful',
'open',
'pending auto reminder'
]
}
},
'PossibleNot' => {},
'Properties' => {
'Queue' => {
'RealName' => [
'Marketing'
]
}
},
'PropertiesDatabase' => {},
'StopAfterMatch' => 0
};
}
1;
Regards
Martin
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Hi Gerald,
yes, I know where I can set the default state – and it is set.
But, I need in certain queues other default states …
Regards
Martin
Von: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] Im Auftrag von Gerald Young
Gesendet: Freitag, 20. Juni 2014 15:16
An: User questions and discussions about OTRS.
Betreff: Re: [otrs] ACL Defaults
Ticket::Frontend::AgentTicketCompose###StateDefault
On Fri, Jun 20, 2014 at 6:58 AM, Martin Hochreiter

But, I need in certain queues other default states … I didn't see anything to indicate this in your post. (Yes, I could read the ACL, but please excuse me that the content of your message didn't specify this part.)
Javascript.
On Fri, Jun 20, 2014 at 9:41 AM, Martin Hochreiter
Hi Gerald,
yes, I know where I can set the default state – and it is set.
But, I need in certain queues other default states …
Regards
Martin
*Von:* otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] *Im Auftrag von *Gerald Young *Gesendet:* Freitag, 20. Juni 2014 15:16 *An:* User questions and discussions about OTRS. *Betreff:* Re: [otrs] ACL Defaults
Ticket::Frontend::AgentTicketCompose###StateDefault
On Fri, Jun 20, 2014 at 6:58 AM, Martin Hochreiter
wrote: Hi!
I want to have another default state for agent answers and discovered the ACLs for influencing OTRS behaviour.
Only the mentioned states are shown but
unfortunately I can reorder the States as I want, OTRS still takes „closed sucessful“ if available as it ist he global default.
Can I tell OTRS via ACL what the desired order of states should be or at least,
what the default state is?
$Self->{TicketAcl}->{"testTicketState"} = {
'Possible' => {
'Ticket' => {
'State' => [
'in Bearbeitung',
'closed successful',
'closed unsuccessful',
'open',
'pending auto reminder'
]
}
},
'PossibleNot' => {},
'Properties' => {
'Queue' => {
'RealName' => [
'Marketing'
]
}
},
'PropertiesDatabase' => {},
'StopAfterMatch' => 0
};
}
1;
Regards
Martin
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

You can do ACLs based on Actions, so you can for example do an ACL for the
case where the Action is AgentTicketClose and Queue is X then Available
State is Y.
Also, if you do it on newer versión you can do it through Front End in
Ticket Settings --> Access Control Lists (ACLs).
Best Regards.
2014-06-20 4:58 GMT-06:00 Martin Hochreiter
Hi!
I want to have another default state for agent answers and discovered the ACLs for influencing OTRS behaviour.
Only the mentioned states are shown but
unfortunately I can reorder the States as I want, OTRS still takes „closed sucessful“ if available as it ist he global default.
Can I tell OTRS via ACL what the desired order of states should be or at least,
what the default state is?
$Self->{TicketAcl}->{"testTicketState"} = {
'Possible' => {
'Ticket' => {
'State' => [
'in Bearbeitung',
'closed successful',
'closed unsuccessful',
'open',
'pending auto reminder'
]
}
},
'PossibleNot' => {},
'Properties' => {
'Queue' => {
'RealName' => [
'Marketing'
]
}
},
'PropertiesDatabase' => {},
'StopAfterMatch' => 0
};
}
1;
Regards
Martin
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
-- ___________________________ Alvaro Cordero Retana Consultor de Tecnologias Gridshield Monitoreo de Redes e Infraestructura. 2258-5757 ext 123 alvaro@gridshield.net www.gridshield.net
participants (3)
-
Alvaro Cordero
-
Gerald Young
-
Martin Hochreiter