[SOLUTION PROVIDED] Priority updated to 4 high in Process Ticket

Moderator: crythias

Post Reply
drodralv
Znuny advanced
Posts: 102
Joined: 26 Jul 2019, 08:25
Znuny Version: 5.0.28

[SOLUTION PROVIDED] Priority updated to 4 high in Process Ticket

Post by drodralv »

Hello,

I have tried to update the priority using a transition action TicketCustomerSet "Priotity - 4 high" or "PriorityID - 4" but it does not work. Other option is to add generic agent well filtered to do that, but its a little bit annoying as i have 6 forms (let's say different tickets) within the same process and for only 3 of those i need priority high, as for now, that can not be added to the ticket creation itself so i need to look for a workaround, any idea? would be cool to have it as transition action.

Thank you!
Last edited by drodralv on 19 Jan 2021, 14:27, edited 1 time in total.
root
Administrator
Posts: 3961
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Priority updated to 4 high in Process Ticket

Post by root »

Hi,

Let's start with showing us your transition action. And the outcome of "SELECT * FROM ticket_priority"

- 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 ?
drodralv
Znuny advanced
Posts: 102
Joined: 26 Jul 2019, 08:25
Znuny Version: 5.0.28

Re: Priority updated to 4 high in Process Ticket

Post by drodralv »

Hello,

These below are my priorities:

ID NAME VALID_ID CREATE_TIME CREATE_BY CHANGE_TIME CHANGE_BY
1 1 very low 2 2013-03-15 13:35:26 1 2015-12-08 18:36:16 1
2 2 low 1 2013-03-15 13:35:26 1 2013-03-15 13:35:26 1
3 3 medium 1 2013-03-15 13:35:26 1 2015-12-08 18:36:45 1
4 4 high 1 2013-03-15 13:35:26 1 2013-03-15 13:35:26 1
5 5 critical 1 2013-03-15 13:35:26 1 2015-12-08 18:37:09 1


And my Transition actions is a TicketCustomer Set with Key Priority and Value 4 high

Anything is wrong?

Regards
root
Administrator
Posts: 3961
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Priority updated to 4 high in Process Ticket

Post by root »

drodralv wrote: 18 Jan 2021, 11:03
And my Transition actions is a TicketCustomer Set with Key Priority and Value 4 high

Anything is wrong?
Hi,

If would say: yes ;-) TicketCustomerSet does not set the priority. To prevent adding one generic agent for every process use a dynamic field as a helper. Settings this field to a defined value triggers a generic agent to set the priority as you need.
- 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 ?
drodralv
Znuny advanced
Posts: 102
Joined: 26 Jul 2019, 08:25
Znuny Version: 5.0.28

Re: Priority updated to 4 high in Process Ticket

Post by drodralv »

Hello!

Oh yes! you are right haha i didn´t think on that possibility, of course we do have some genetic agents working with dynamic field update events...

It's working now!

Thank you :)
Post Reply