Escalate Tickets on Priority

Moderator: crythias

Locked
amedina
Znuny newbie
Posts: 22
Joined: 22 Jun 2016, 22:03
Znuny Version: 5.0.7
Real Name: Alberto Medina
Company: Maritima Dominicana, S.A.S.

Escalate Tickets on Priority

Post by amedina »

Hi All,
It is possible escalate tickets based on priority? If not, can I make an ACL that select an SLA for a ticket based on the priority of the ticket? I would like, for example, if an agent set a ticket to "High Priority" the ticket's SLA change to a determinated SLA with the Escalation time defined for that priority, is that possible with ticket ACL?

Thanks and Best Regards,
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Escalate Tickets on Priority

Post by crythias »

First, understand that SLA is supposed to be static for a given ticket. The SLA alone (if no SLA, then the Queue) determines the escalation requirements for a given ticket.
amedina wrote:can I make an ACL that select an SLA for a ticket based on the priority of the ticket
You might be able to, but also note that SLAs are attached to services, not priorities. They are Service Level Agreements.

You shouldn't necessarily be able to choose an SLA that is not attached to a service.

viewtopic.php?t=16009#p80263

viewtopic.php?t=5360

viewtopic.php?t=29368
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
amedina
Znuny newbie
Posts: 22
Joined: 22 Jun 2016, 22:03
Znuny Version: 5.0.7
Real Name: Alberto Medina
Company: Maritima Dominicana, S.A.S.

Re: Escalate Tickets on Priority

Post by amedina »

Thanks for your reply,
What I'm planning to do is define 3 SLA, same as the priorities that we have defined, then attach all services to the 3 SLA's. The agent in charge to assign the owner of the ticket will also define the priority and SLA for the ticket.

Do think this could work?
Regards.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Escalate Tickets on Priority

Post by crythias »

You should be able to do what you want. But Don't Repeat Yourself (code jargon).

The only entry that has *meaning* is the SLA. The priority is merely a label, and it's generally for prioritizing tickets. One thing that you could use priority for in deference to your SLA is to raise the priority as SLA milestones are being approached or exceeded. Thus, the priority can be used independently of the SLA.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked