Criticality–Impact–Priority–Matrix and Customer Tickets

Moderator: crythias

Locked
FloBo
Znuny newbie
Posts: 24
Joined: 27 Feb 2014, 16:27
Znuny Version: 3.3.8

Criticality–Impact–Priority–Matrix and Customer Tickets

Post by FloBo »

Hello everyone,

I have the problem that the Criticality – Impact – Priority – Matrix doesn't work with the customer frontend. If I create a new Phone or Email Ticket and set the service and impact, the priority changes as defined within the matrix. If I do the same via the customer frontend the priority doesn't change and is keeping the default value.

How can I use the Criticality – Impact – Priority – Matrix in customer tickets too?

I use the latest OTRS and ITSM suite.

Thanks and kind regards,
Florian
Produktiv: OTRS: 3.3.8, OTRS::ITSM 3.3.8, KIX4OTRS 6.0.6
Testing: OTRS: 3.3.8, OTRS::ITSM 3.3.8, KIX4OTRS 6.0.6
OS: Windows
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Criticality–Impact–Priority–Matrix and Customer Tickets

Post by crythias »

It depends. A customer's view of priority may be different from your matrix for agent.
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
FloBo
Znuny newbie
Posts: 24
Joined: 27 Feb 2014, 16:27
Znuny Version: 3.3.8

Re: Criticality–Impact–Priority–Matrix and Customer Tickets

Post by FloBo »

How can I match the customer view and my matrix?
Produktiv: OTRS: 3.3.8, OTRS::ITSM 3.3.8, KIX4OTRS 6.0.6
Testing: OTRS: 3.3.8, OTRS::ITSM 3.3.8, KIX4OTRS 6.0.6
OS: Windows
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Criticality–Impact–Priority–Matrix and Customer Tickets

Post by crythias »

By "customer's view" I meant "perception" as in, the subjective concept of how a customer perceives the priority of a ticket upon submit. I regret I wasn't clear and that apparently meant to you "what appears on the customer's web page"

(If you and I are still not able to effectively communicate on this topic, I know what you're asking. I'm not sure it can be addressed the way you want.)
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
FloBo
Znuny newbie
Posts: 24
Joined: 27 Feb 2014, 16:27
Znuny Version: 3.3.8

Re: Criticality–Impact–Priority–Matrix and Customer Tickets

Post by FloBo »

Okay, now I know what you mean.

I would like to configure the incident prioritization as simple as possible for the customers and us, as support team. So I though, if they only need to set the impact of an incident (how many employees are affected) and the priority will change automatically, they don´t need to decide which priority is the right one (and of course, it´s almost always the highest. :) ).

Alternatively, I would create some Generic Agents, which take care of the right prioritization, instead of the Criticality–Impact–Priority–Matrix for agents.
Produktiv: OTRS: 3.3.8, OTRS::ITSM 3.3.8, KIX4OTRS 6.0.6
Testing: OTRS: 3.3.8, OTRS::ITSM 3.3.8, KIX4OTRS 6.0.6
OS: Windows
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Criticality–Impact–Priority–Matrix and Customer Tickets

Post by crythias »

or ACLs (I know, ick ...)
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
FloBo
Znuny newbie
Posts: 24
Joined: 27 Feb 2014, 16:27
Znuny Version: 3.3.8

Re: Criticality–Impact–Priority–Matrix and Customer Tickets

Post by FloBo »

Ok, I never worked with ACL before, but this is a good reason to start with. After having a look into the manual, I wrote this example code:

Code: Select all

 $Self->{TicketAcl}->{'setPrioTest'} = {
        # match properties
        Properties => {
                   Ticket => {
                        ITSMCriticality => ['2 medium'],
			ITSMImpact => ['1 low']
                    }
        },
        # return possible options
        Possible => {
        # possible ticket options
                 Ticket => {
                       Priority => ['1 low'],
                 },
        },
    };

But back in OTRS I recognized, there is only a graphical creation available. So I tried to reproduce my code and got caught.

Image

How do I enter 'Priority => ['1 low']' into this mask? I tried to just enter 'Priority => ['1 low']' in the edit field, but it doesn´t work.

Is this the right way how I´m doing this or should I enter something else? I would appreciate any help!

Edit: I tried it another time and now, I was able to enter the 'Priority = 1 low' value in that mask. But anyway, it still doesn´t work. :(
Last edited by FloBo on 19 May 2014, 15:36, edited 1 time in total.
Produktiv: OTRS: 3.3.8, OTRS::ITSM 3.3.8, KIX4OTRS 6.0.6
Testing: OTRS: 3.3.8, OTRS::ITSM 3.3.8, KIX4OTRS 6.0.6
OS: Windows
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Criticality–Impact–Priority–Matrix and Customer Tickets

Post by crythias »

I don't know why you can't choose Priority besides the fact that it's not available as a choice.
Type the word Priority under Ticket.
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
FloBo
Znuny newbie
Posts: 24
Joined: 27 Feb 2014, 16:27
Znuny Version: 3.3.8

Re: Criticality–Impact–Priority–Matrix and Customer Tickets

Post by FloBo »

I got this now and deployed the ACL. But when I open the Create Customer Ticket mask and enter my values, the default priority still doesn´t change.
Last edited by FloBo on 19 May 2014, 15:39, edited 1 time in total.
Produktiv: OTRS: 3.3.8, OTRS::ITSM 3.3.8, KIX4OTRS 6.0.6
Testing: OTRS: 3.3.8, OTRS::ITSM 3.3.8, KIX4OTRS 6.0.6
OS: Windows
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Criticality–Impact–Priority–Matrix and Customer Tickets

Post by crythias »

It won't change default. It should only change what's available to choose.
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
FloBo
Znuny newbie
Posts: 24
Joined: 27 Feb 2014, 16:27
Znuny Version: 3.3.8

Re: Criticality–Impact–Priority–Matrix and Customer Tickets

Post by FloBo »

Ahh too bad. Is there a way to set a dependency within the customer ticket, to recalculate the priority before submitting the ticket?
Produktiv: OTRS: 3.3.8, OTRS::ITSM 3.3.8, KIX4OTRS 6.0.6
Testing: OTRS: 3.3.8, OTRS::ITSM 3.3.8, KIX4OTRS 6.0.6
OS: Windows
friendly
Znuny newbie
Posts: 1
Joined: 17 Feb 2015, 09:49
Znuny Version: 4.0.4
Real Name: Robert

Re: Criticality–Impact–Priority–Matrix and Customer Tickets

Post by friendly »

I am looking at exactly the same issue: when a customer creates a ticket, puts in the impact level (1 large group or vp, so highest level) , the service is already attached to a criticality level (e.g. mail is 1 very high) so now I want to have the priority automatically calculated according the value set in the criticality <-> impact <-> priority matrix.
But when the ticket is created it is always the default value.
The calculation is adjusted when I logon as an agent, click priority and try some switching of impact levels, so it seems to be able to calculate using the values I used.
I must have missed something because I cannot imagine that this does not work like I would expect it to do ...Please help I am stuck now..
jossuahe
Znuny newbie
Posts: 30
Joined: 07 Oct 2016, 18:44
Znuny Version: 5.0.14
Real Name: JMS
Company: CVJ TyS COL

Re: Criticality–Impact–Priority–Matrix and Customer Tickets

Post by jossuahe »

friendly wrote:I am looking at exactly the same issue: when a customer creates a ticket, puts in the impact level (1 large group or vp, so highest level) , the service is already attached to a criticality level (e.g. mail is 1 very high) so now I want to have the priority automatically calculated according the value set in the criticality <-> impact <-> priority matrix.
But when the ticket is created it is always the default value.
The calculation is adjusted when I logon as an agent, click priority and try some switching of impact levels, so it seems to be able to calculate using the values I used.
I must have missed something because I cannot imagine that this does not work like I would expect it to do ...Please help I am stuck now..
Hola friendly,

Did you solve this problem ?, I want to know how it can be achieved, I am reviewing the same now.

I would appreciate any help.
Locked