How to retail ticket status

Moderator: crythias

Locked
thiru2109
Znuny newbie
Posts: 31
Joined: 06 Oct 2010, 06:43
Znuny Version: 1.2

How to retail ticket status

Post by thiru2109 »

Hi all,

I have ticket with state "in process", if i reopen the ticket the the ticket status says "open" by default and not retaining the current status.

Please help me to fix it.

Thanks,

kt
Testing: OTRS 2.4.9
OS: Windows XP
Apache2/Oracle 11g
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: How to retail ticket status

Post by crythias »

how is the ticket reopened?
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
thiru2109
Znuny newbie
Posts: 31
Joined: 06 Oct 2010, 06:43
Znuny Version: 1.2

Re: How to retail ticket status

Post by thiru2109 »

If i click the empty address to compose the answer, the ticket status should retail the current status instead it shows "open" which is the default value.
Testing: OTRS 2.4.9
OS: Windows XP
Apache2/Oracle 11g
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: How to retail ticket status

Post by crythias »

retain :) ... and that's likely in SysConfig, and globally set, which means that any response to a ticket will make that ticket open.

it *might* be

PostmasterFollowUpState:
The state if a ticket got a follow-up.

If you can figure out where 'open' exists where you don't want it, use
$Ticket{State}
in its place. Note that this also means "new" tickets stay "new" unless changed.
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
thiru2109
Znuny newbie
Posts: 31
Joined: 06 Oct 2010, 06:43
Znuny Version: 1.2

Re: How to retail ticket status

Post by thiru2109 »

we have more than 15 intermediate status between new and closed.

the workflow will be like


new --- -->status1----> status2--->.........status15----> closed


if my current ticket status is status 13 and if i would response the ticket it should retain status13, before clicking submit i will change to the next state like status 14...
Testing: OTRS 2.4.9
OS: Windows XP
Apache2/Oracle 11g
Locked