changing all ticket’s priority

Moderator: crythias

Locked
kalyana1315
Znuny expert
Posts: 171
Joined: 24 Apr 2013, 12:29
Znuny Version: OTRS3.3
Real Name: kalyanachakravarthy M P
Company: TATA Technologies
Location: Pune,India
Contact:

changing all ticket’s priority

Post by kalyana1315 »

hi all

The ticketing tool seems to be changing all ticket’s priority to “Low” by default. This is true even if a high priority ticket is raised. This leads to all future ticket notifications to show “Low” priority ticket, irrespective of the priority it was raises with.

please help any one this issue

i am try to change code???????

<script type="text/javascript">//<![CDATA[
$('#TypeID').bind('change', function (Event) {
Core.AJAX.FormUpdate($('#Compose'), 'AJAXUpdate', 'TypeID', [ 'ServiceID', 'SLAID', 'NewOwnerID', 'OldOwnerID', 'NewResponsibleID', 'NewStateID', 'NewPriorityID', $Data{"DynamicFieldNamesStrg"} ]);
});

???

above code what action affecting, anyone know???
wurzel
Znuny guru
Posts: 3274
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: changing all ticket’s priority

Post by wurzel »

Hi,

see sysconfig for default priority.
you have changed the default priorities or renamed them? Then you'll have to check sysconfig.
There is no need to change codes for this. :)

You have ITSM Packages installed? Learn about GeneralCatalog and Criticality Matrix :)

Flo
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
Locked