Post Master Filter Option Old Ticket number.
Moderator: crythias
-
- 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:
Post Master Filter Option Old Ticket number.
Hi All,
i am create one dynamic field Old Ticket Number .
i am trying Post master filter option subject or body field ticket number Like SAP50600007 filter this ticket number to enter Old ticket number field.
anybody know this type option possible in otrs Postmaster filter option.
i am create one dynamic field Old Ticket Number .
i am trying Post master filter option subject or body field ticket number Like SAP50600007 filter this ticket number to enter Old ticket number field.
anybody know this type option possible in otrs Postmaster filter option.
-
- 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: Post Master Filter Option Old Ticket number.
Hi OTRS Gurus 
I am managing a small team (7 people) of security engineers. We are part of
a big company, who is now pushing everyone to use Siebel as a central CRM
*AND* ticketing system.
For us, Siebel is a real pain in the neck to work with, mainly because
ticketing is just an add-on, and it's definitely not the best one... We are
used to exchange a lot of information with customers (firewalls
configuration, full routing tables...), and Siebel cannot get that much
information in a ticket.
When a customer opens a new Service Request, we get an e-mail saying 'New
SR: 1-ABCDE'. 'ABCDE' can be any alphanumeric character. What I would like
to accomplish is to have OTRS get this e-mail, and actually open a NEW
ticket, with a number of '1-ABCDE'. This means that I first need a new
Ticket Numbering module to accomodate this strange Siebel numbering, and
then I need a way to *force* the ticket number of a new ticket received by
mail.
I have two questions:
1) Do you see this as feasible ?
2) How to choose the ticket number of a new ticket opened in OTRS ? (ie, not
coming as a Siebel e-mail)
To answer question 2, I don't see any other solution that having *two*
numbering modules... A regular OTRS one to open new tickets, and a *special*
one to accomodate incoming Siebel Service Requests.
Any chance to get this working ?
Thx a lot for your precious help (let's get rid of Siebel together...)

I am managing a small team (7 people) of security engineers. We are part of
a big company, who is now pushing everyone to use Siebel as a central CRM
*AND* ticketing system.
For us, Siebel is a real pain in the neck to work with, mainly because
ticketing is just an add-on, and it's definitely not the best one... We are
used to exchange a lot of information with customers (firewalls
configuration, full routing tables...), and Siebel cannot get that much
information in a ticket.
When a customer opens a new Service Request, we get an e-mail saying 'New
SR: 1-ABCDE'. 'ABCDE' can be any alphanumeric character. What I would like
to accomplish is to have OTRS get this e-mail, and actually open a NEW
ticket, with a number of '1-ABCDE'. This means that I first need a new
Ticket Numbering module to accomodate this strange Siebel numbering, and
then I need a way to *force* the ticket number of a new ticket received by
mail.
I have two questions:
1) Do you see this as feasible ?
2) How to choose the ticket number of a new ticket opened in OTRS ? (ie, not
coming as a Siebel e-mail)
To answer question 2, I don't see any other solution that having *two*
numbering modules... A regular OTRS one to open new tickets, and a *special*
one to accomodate incoming Siebel Service Requests.
Any chance to get this working ?
Thx a lot for your precious help (let's get rid of Siebel together...)
Re: Post Master Filter Option Old Ticket number.
there is a feature add on which allows storing of external ticket numbers in a dynamic field and use it for follow up recognition
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- 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: Post Master Filter Option Old Ticket number.
This should be possible, though I had no time to test it.kalyana1315 wrote:Hi All,
i am create one dynamic field Old Ticket Number .
i am trying Post master filter option subject or body field ticket number Like SAP50600007 filter this ticket number to enter Old ticket number field.
anybody know this type option possible in otrs Postmaster filter option.
You have to enable the DynamicField as a "valid" Header:
* Go to DynamicField administration
* Open the DynamicField you want to set
* get the ID from the URL: The URL should look like [...]Action=AdminDynamicField[...];ID=# (where # is a number)
* Go to SysConfig (Ticket -> Core::Postmaster)
* add a new option to PostmasterX-Header: X-OTRS-DynamicField-# (where # is the ID of the field)
Add a new Postmaster filter:
* Add filter condition:
Header1: Subject
Value1: (SAP[0-9]+)
* Add Set Email Header
Header1: X-OTRS-DynamicField-#
Value1: [***]
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
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
-
- 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: Post Master Filter Option Old Ticket number.
thank you,
Value1: [***] means ??? what values this display u tell me??
Value1: [***] means ??? what values this display u tell me??
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Post Master Filter Option Old Ticket number.
Read what's written on the left side of the postmaster filter screen.
whatever's filter in parentheses (sample) is inserted where [***] exists in the replacement/output.
whatever's filter in parentheses (sample) is inserted where [***] exists in the replacement/output.
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 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: Post Master Filter Option Old Ticket number.
Hi
I am try this way but still error .
not getting values . any body help me
I am try this way but still error .
not getting values . any body help me
You do not have the required permissions to view the files attached to this post.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Post Master Filter Option Old Ticket number.
We did. Twice.
Once again, Read what it says on the left.
If something Matches, and it is in parentheses ()
The Set VALUE of the thing that is within parentheses will be placed where you put [***]
Once again, Read what it says on the left.
If something Matches, and it is in parentheses ()
The Set VALUE of the thing that is within parentheses will be placed where you put [***]
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 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: Post Master Filter Option Old Ticket number.
crythias ,
I need same value dynamic field which one filter .
Example:
Subject: test SAP94575
postmaster filter:
header I : subject
value : (SAP[0-9]+)
set email header:
header: dynamic filed- old number (where old number field name is text)
value: ????? (? - need "SAP94575" this dynamic value)
where ? which values use . please any one help me . output need is "SAP94575 "
I need same value dynamic field which one filter .
Example:
Subject: test SAP94575
postmaster filter:
header I : subject
value : (SAP[0-9]+)
set email header:
header: dynamic filed- old number (where old number field name is text)
value: ????? (? - need "SAP94575" this dynamic value)
where ? which values use . please any one help me . output need is "SAP94575 "
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Post Master Filter Option Old Ticket number.
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 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: Post Master Filter Option Old Ticket number.
hi I got it.
Thank you very much crythias
Thank you very much crythias

-
- 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: Post Master Filter Option Old Ticket number.
Hi crythias ,
can u possible this number based ticket update ?? .
if ticket subject SAP94575(dynamic filed) that ticket will update. currently number based update there.
how to change number base to other like old ticket number(dynamic filed value) base .
can u possible this number based ticket update ?? .
if ticket subject SAP94575(dynamic filed) that ticket will update. currently number based update there.
how to change number base to other like old ticket number(dynamic filed value) base .
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Post Master Filter Option Old Ticket number.
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