I can't change the priority or close of a ticket

Moderator: crythias

Post Reply
Maxtone
Znuny newbie
Posts: 2
Joined: 13 Jul 2018, 10:10
Znuny Version: 6.000

I can't change the priority or close of a ticket

Post by Maxtone »

Hello everybody,

I modified tickets through the database (MariaDB combined from OTRS 6.07) by changing the priority and status.

From database I see these changes but from GUI no, what am I wrong?

The gui uses a different view and / or tables, this is because if I make a report I have the values I see from the GUI and not from the DB.

Who can give me a hand?

Thank you
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: I can't change the priority or close of a ticket

Post by jojo »

Dont change the database directly! You wil at least break the caching or even more
"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
skullz
Znuny superhero
Posts: 623
Joined: 24 Feb 2012, 03:58
Znuny Version: LTS and Features
Real Name: Mo Azfar
Location: Kuala Lumpur, MY
Contact:

Re: I can't change the priority or close of a ticket

Post by skullz »

1. Do not alter db manually

2. Delete cache

Code: Select all

otrs > /opt/otrs/bin/otrs.Console.pl Maint::Cache::Delete
Good luck
Maxtone
Znuny newbie
Posts: 2
Joined: 13 Jul 2018, 10:10
Znuny Version: 6.000

Re: I can't change the priority or close of a ticket

Post by Maxtone »

Thanks to both of you. :D
I will treasure your advice
Post Reply