Ticket Number
Moderator: crythias
Ticket Number
Dear All,
Is there any way were i could hide the ticket number to my customer? i would like to capture all the related mails in sequence, it is possible if it has ticket number in subject, but i would like to do the same without ticket number in the subject. can i hide it? or any other way?. Please help.
-Vishnu
Is there any way were i could hide the ticket number to my customer? i would like to capture all the related mails in sequence, it is possible if it has ticket number in subject, but i would like to do the same without ticket number in the subject. can i hide it? or any other way?. Please help.
-Vishnu
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Ticket Number
The ticket number in the subject is critical to how OTRS works. It can, however, be moved to the end of the subject line.
Ticket::SubjectFormat
Default value: Left
The format of the subject. 'Left' means '[TicketHook#:12345] Some Subject', 'Right' means 'Some Subject [TicketHook#:12345]', 'None' means 'Some Subject' and no ticket number. In the last case you should enable PostmasterFollowupSearchInRaw or PostmasterFollowUpSearchInReferences to recognize followups based on email headers and/or body.
(Note: 'None' can cause issues with followups.)
Ticket::SubjectFormat
Default value: Left
The format of the subject. 'Left' means '[TicketHook#:12345] Some Subject', 'Right' means 'Some Subject [TicketHook#:12345]', 'None' means 'Some Subject' and no ticket number. In the last case you should enable PostmasterFollowupSearchInRaw or PostmasterFollowUpSearchInReferences to recognize followups based on email headers and/or body.
(Note: 'None' can cause issues with followups.)
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: Ticket Number
Thanks a lot, Crythias.
-
- Znuny newbie
- Posts: 27
- Joined: 05 Jul 2011, 14:57
- Znuny Version: 2.4.9
- Real Name: George Elisha
- Company: QLogy Management Services Pvt Ltd
Re: Ticket Number
Could any one help me in getting the ticket number shifted from Subject to Body.. In all Scenarios..
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Ticket Number
I believe you should be able to put <OTRS_TICKET_TicketNumber> where you want. http://forums.otrs.org/viewtopic.php?f=60&t=10762
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
-
- Znuny newbie
- Posts: 27
- Joined: 05 Jul 2011, 14:57
- Znuny Version: 2.4.9
- Real Name: George Elisha
- Company: QLogy Management Services Pvt Ltd
Re: Ticket Number
Hi Crythias,
Thanks for your reply..
My Issue is not with notification.. For every ticket I want to see ticket in Body by "default" not in Subject line..
I appreciate if you could guide me in this regard..
Thanks for your reply..
My Issue is not with notification.. For every ticket I want to see ticket in Body by "default" not in Subject line..
I appreciate if you could guide me in this regard..
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Ticket Number
Please tell me what you are missing in this thread to answer your question.
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
-
- Znuny newbie
- Posts: 27
- Joined: 05 Jul 2011, 14:57
- Znuny Version: 2.4.9
- Real Name: George Elisha
- Company: QLogy Management Services Pvt Ltd
Re: Ticket Number
When I compose a phone ticket or Email ticket,
"Your ticket number is <OTRS_TICKET_TicketNumber>" is getting displayed as it is.. But I noticed Auto response is being shot as desired ( Your Ticket number is XXXXXXXXX) Any Inputs..
"Your ticket number is <OTRS_TICKET_TicketNumber>" is getting displayed as it is.. But I noticed Auto response is being shot as desired ( Your Ticket number is XXXXXXXXX) Any Inputs..
-
- Znuny newbie
- Posts: 27
- Joined: 05 Jul 2011, 14:57
- Znuny Version: 2.4.9
- Real Name: George Elisha
- Company: QLogy Management Services Pvt Ltd
Re: Ticket Number
I think you missed to mention "Ticket::SubjectFormat" option is only available in new version (I am using 2.4.9)crythias wrote:Please tell me what you are missing in this thread to answer your question.
Also while creating a new ticket , even if you keep <OTRS_Ticket_Number> it is not taking.. and I put it in Queue responses
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Ticket Number
wrong code.grgelisha wrote:Also while creating a new ticket , even if you keep <OTRS_Ticket_Number> it is not taking.. and I put it in Queue responses
correct code.grgelisha wrote:"Your ticket number is <OTRS_TICKET_TicketNumber>" is getting displayed as it is.. But I noticed Auto response is being shot as desired ( Your Ticket number is XXXXXXXXX) Any Inputs..
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
-
- Znuny newbie
- Posts: 27
- Joined: 05 Jul 2011, 14:57
- Znuny Version: 2.4.9
- Real Name: George Elisha
- Company: QLogy Management Services Pvt Ltd
Re: Ticket Number
Thanks for your reply crythias,
I may be silly but my external agent cant able to see the ticket number but <OTRS_TICKET_TicketNumber> when I send them Email Ticket. And after followup when i respond to that particular ticket then ticket number is getting displayed as desired.
I may be silly but my external agent cant able to see the ticket number but <OTRS_TICKET_TicketNumber> when I send them Email Ticket. And after followup when i respond to that particular ticket then ticket number is getting displayed as desired.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Ticket Number
Put it in the Salutation, perhaps.
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