[SOLVED] Merge/Followup Tickets with internal reference

Moderator: crythias

Locked
thrasher
Znuny newbie
Posts: 5
Joined: 12 Oct 2011, 12:59
Znuny Version: 3.0.10
Real Name: Neil Brownlee
Company: Shebang Software and Services

[SOLVED] Merge/Followup Tickets with internal reference

Post by thrasher »

Hi,

We have a system which emails OTRS when it has issues with jobs, so for example in the body we will have "Transaction ID: xxxxx", I have OTRS saving these values in TicketKey and TicketValue. However, each time an email referencing ID: xxxxx is received it makes a new ticket :(

What am I doing wrong, or can't OTRS match on this?

Please bear in mind that OTRS does everything else we require for the rest of the business!

Thanks in advance.
Last edited by thrasher on 20 Nov 2011, 03:11, edited 1 time in total.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Merge/Followup Tickets with internal reference

Post by crythias »

Unless you change your ticket numbering scheme to your internal reference (probably recommended), you'll encounter this issue. Changing the numbering scheme isn't too horrible.
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
thrasher
Znuny newbie
Posts: 5
Joined: 12 Oct 2011, 12:59
Znuny Version: 3.0.10
Real Name: Neil Brownlee
Company: Shebang Software and Services

Re: Merge/Followup Tickets with internal reference

Post by thrasher »

I can't do that sadly :( These mails are only about 20% that come in, can't we use a similar logic to the system monitor add-on that works for our Zenoss logs?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Merge/Followup Tickets with internal reference

Post by crythias »

There's also something about followup subject ... http://forums.otrs.org/viewtopic.php?f=61&t=11415
Postmasterfollowupsearch
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
thrasher
Znuny newbie
Posts: 5
Joined: 12 Oct 2011, 12:59
Znuny Version: 3.0.10
Real Name: Neil Brownlee
Company: Shebang Software and Services

Re: Merge/Followup Tickets with internal reference

Post by thrasher »

Ah...where is this option? "followup subject option in SysConfig." - I can't find it :(
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Merge/Followup Tickets with internal reference

Post by crythias »

not subject, unfortunately.
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
thrasher
Znuny newbie
Posts: 5
Joined: 12 Oct 2011, 12:59
Znuny Version: 3.0.10
Real Name: Neil Brownlee
Company: Shebang Software and Services

Re: Merge/Followup Tickets with internal reference

Post by thrasher »

All sorted :) Thanks for the pointer - OTRS rocks :)

Modified the code snippet in the link you pointed me to - and now it works 100% (used the pre-filter to rewrite the subject so it included an identifier + transaction ID)
Locked