Incident State Machine

Moderator: crythias

Locked
rimez
Znuny newbie
Posts: 6
Joined: 25 Oct 2011, 11:22
Znuny Version: 3.0.10
Real Name: Tom
Company: na

Incident State Machine

Post by rimez »

Hello Otters :)

I recently inherited an OTRS system which I am expected to introduce some order to. Unfortunately one of the key things which was totally mis-configured (as far as I can tell) are the incident states.

What I would like to do, is to create some predefined states - for example:

New - for newly generated tickets
Open - used when an agent assigns a ticket to himself or someone else
In Progress - the ticket is actively being worked on
Pending Feedback - the ticket is pending customer feedback
Resolved - the ticket is pending confirmation from the user - will be closed in x days without feedback
Closed - The ticket has been resolved. The ticket cannot be re-opened

For each of the states they have predefined paths - meaning that (for example) I cannot go from the state of 'open' to the state of 'New'. Once an incident is set to closed the agent should have no option to change that state.

Is this possible in OTRS? Can somone tell me if there is actually a definable state machine for Incidents (not the Changes - I know there's a state machine for that).

If it is possible, where is this configured exactly? I've been scouring the net for over an hour now and still have nothing conclusive.

thanks,
rimez
OTRS: 3.0.x, OTRS::ITSM 3.0
OS: CentOS 6.x
Apache2/MySQL 5
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Incident State Machine

Post by jojo »

"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
rimez
Znuny newbie
Posts: 6
Joined: 25 Oct 2011, 11:22
Znuny Version: 3.0.10
Real Name: Tom
Company: na

Re: Incident State Machine

Post by rimez »

Thanks for the link Jojo. Not sure why I didn't find that one.

So the short answer is that there is no built-in state machine for OTRS. Instead, ACL's can be defined to provide that functionality.

On that page there was some brief discussion about KIX4OTRS having this functionality (ticket state machine). Can someone confirm that KIX4OTRS does have this functionality? That would be great :) I'm not keen on ACL's.

Cheers,
rimez
OTRS: 3.0.x, OTRS::ITSM 3.0
OS: CentOS 6.x
Apache2/MySQL 5
yuri0001
Znuny superhero
Posts: 630
Joined: 17 Mar 2011, 14:40
Znuny Version: 5.0.6
Real Name: Yuri Kolesnikov
Location: Russia

Re: Incident State Machine

Post by yuri0001 »

Perhaps the most direct way is to ask that the developers of KIX4OTRS :?
Best regards Yuri Kolesnikov
OTRS 5.0.14, ITSM 5.0.14
SUSE 13.2, MariaDB 10.0.22(productive)
OTRS 5.0.14, ITSM 5.0.14(test)
rimez
Znuny newbie
Posts: 6
Joined: 25 Oct 2011, 11:22
Znuny Version: 3.0.10
Real Name: Tom
Company: na

Re: Incident State Machine

Post by rimez »

yuri0001 wrote:Perhaps the most direct way is to ask that the developers of KIX4OTRS :?
Well, i was hoping someone in the forums has had experience with it and could share that experience.
OTRS: 3.0.x, OTRS::ITSM 3.0
OS: CentOS 6.x
Apache2/MySQL 5
tto
Znuny wizard
Posts: 315
Joined: 09 Jan 2007, 15:24
Znuny Version: OTRS 5.0.x
Real Name: Torsten
Company: c.a.p.e. IT GmbH
Location: Chemnitz
Contact:

Re: Incident State Machine

Post by tto »

rimez wrote: On that page there was some brief discussion about KIX4OTRS having this functionality (ticket state machine). Can someone confirm that KIX4OTRS does have this functionality? That would be great :)
Hi there,

yes there is some sort of ticket state machine in KIX4OTRS. Actually it also uses ACL but which can be configured in the SysConfig. So you don't hae to bother with programming the ACLs on your own. Furthermore it allows to define automatic state or queue changes and follow up state changes. The state workflow can be configured depending on the tickets type.

regards, T.
--
KIX 17.x (fork of OTRS)
Professional KIX-, or OTRS-integration, development and consulting by c.a.p.e. IT - http://www.cape-it.de
For questions and hints regarding KIX(4OTRS) please go to https://forum.kixdesk.com/
Bei Fragen und Hinweisen zu KIX(4OTRS) bitte an https://forum.kixdesk.com/ wenden.
Locked