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
How to retail ticket status
Moderator: crythias
How to retail ticket status
Testing: OTRS 2.4.9
OS: Windows XP
Apache2/Oracle 11g
OS: Windows XP
Apache2/Oracle 11g
-
- 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
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
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
Re: How to retail ticket status
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
OS: Windows XP
Apache2/Oracle 11g
-
- 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
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.

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
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
Re: How to retail ticket status
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...
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
OS: Windows XP
Apache2/Oracle 11g