how to change subject name in database?

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:

how to change subject name in database?

Post by kalyana1315 »

Hi all.

Any one know how to change through database Ticket subject title .
i am trying change database tables ticket,article,article_plain but still not effect content subject..

this is changes effect other place but not effect ticket title , please find attachment
You do not have the required permissions to view the files attached to this post.
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: how to change subject name in database?

Post by reneeb »

You shouldn't do changes in the database!

You see the old title as the ticket data are cached. You can use the DeleteCache script to delete the cache...

You can change the ticket title via the web frontend.
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
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:

Re: how to change subject name in database?

Post by kalyana1315 »

reneeb wrote:You shouldn't do changes in the database!

You see the old title as the ticket data are cached. You can use the DeleteCache script to delete the cache...

You can change the ticket title via the web frontend.

how can change the ticket title via the web frontend?
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: how to change subject name in database?

Post by reneeb »

When you click on "Free Fields" in TicketZoom
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
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:

Re: how to change subject name in database?

Post by kalyana1315 »

reneeb wrote:When you click on "Free Fields" in TicketZoom
Thank you :D
Ticket::Frontend::AgentTicketNote###Title
" option change as yes now working fine"
Locked