[SOLVED] Auto Assignment - OTRS::ITSM

Moderator: crythias

Locked
diemx
Znuny newbie
Posts: 31
Joined: 25 May 2015, 22:00
Znuny Version: 4.0.8
Real Name: Diego Almeida
Contact:

[SOLVED] Auto Assignment - OTRS::ITSM

Post by diemx »

Hey guys,

Is possible config Auto Assignment on OTRS?

For example, if the ticket contains a field called Problem type, and Problem type contains hardware, software, and network as its three choices, Issues could be assigned automatically to different users and Teams depending on which choice is selected. In this way, the hardware Team is automatically assigned to ticket, the software group, the network group the same thing.

Thank you.
Last edited by diemx on 24 Jun 2015, 16:57, edited 1 time in total.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Auto Assignment - OTRS::ITSM

Post by crythias »

The first thing they get is the team (Queue) that they need to select. Of course anything can be redirected with ACL.
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
root
Administrator
Posts: 4253
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Auto Assignment - OTRS::ITSM

Post by root »

As crythias mentioned you can achieve this with ACLs. First create all the queues you need and then use ticket type/services/dynamic fields to classify your ticket.
One important thing to mention and to stick to the OTRS terms: in OTRS you move a ticket into an specific queue. Each ticket has a ticket lock attribute. If a ticket is locked an agent 'reserves' it to work on, if it's free it is available for all agents with ricghts to the queue where the ticket was moved into.

hth,
Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
diemx
Znuny newbie
Posts: 31
Joined: 25 May 2015, 22:00
Znuny Version: 4.0.8
Real Name: Diego Almeida
Contact:

Re: Auto Assignment - OTRS::ITSM

Post by diemx »

root wrote:As crythias mentioned you can achieve this with ACLs. First create all the queues you need and then use ticket type/services/dynamic fields to classify your ticket.
One important thing to mention and to stick to the OTRS terms: in OTRS you move a ticket into an specific queue. Each ticket has a ticket lock attribute. If a ticket is locked an agent 'reserves' it to work on, if it's free it is available for all agents with ricghts to the queue where the ticket was moved into.

hth,
Roy
Thank you! :D
Locked