dependencies for the signatures

Moderator: crythias

Locked
EXN
Znuny newbie
Posts: 5
Joined: 16 Feb 2015, 17:23
Znuny Version: 3.3.9
Real Name: Michael Hennemeyer
Company: Exclusive Networks

dependencies for the signatures

Post by EXN »

Hi Guys,

We are using the OTRS 3.3.9 as our support ticket system.

Everything is working fine. But we would like to determine the signature more granular.
Currently the only condition to determine the signatur is the Queue. So if the ticket is assgined to Queue a it gets the signature for Queue a. If a ticket is assigned to Queue b it gets the signature for Queue b. That is working fine. But now we got another requirement to do this more specifically.
So my question is would it be possible to use more values like custom values or the typ of a ticket to determine the signature.
For example:
Ticket one is in Queue A and got a custome value x, another Ticket is in Queue A as well, but it has a different customer value y.
So we want a different signature for the second ticket. So we need to determine the signature based a custom value.
Does anybody have an idea how to implement it ?


I would be grateful for every answer.

Thanks in advance,
Michael
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: dependencies for the signatures

Post by crythias »

No, but you can use <OTRS_> markup
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
EXN
Znuny newbie
Posts: 5
Joined: 16 Feb 2015, 17:23
Znuny Version: 3.3.9
Real Name: Michael Hennemeyer
Company: Exclusive Networks

Re: dependencies for the signatures

Post by EXN »

Thanks for your answer.
Can you please explain <OTRS_> markup a little bit?
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: dependencies for the signatures

Post by RStraub »

Well, before sending out an Email, OTRS replaces those tags with the describing values. See them as variables or placeholders.

e.g. <OTRS_CUSTOMER_FROM> will be replaced with the email address of the customer who send this (incoming) email,
or: <OTRS_TICKET_TicketID> will be replaced with the ticketID of the ticket that triggered this event/notification.
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
EXN
Znuny newbie
Posts: 5
Joined: 16 Feb 2015, 17:23
Znuny Version: 3.3.9
Real Name: Michael Hennemeyer
Company: Exclusive Networks

Re: dependencies for the signatures

Post by EXN »

Of course I know this.
But how it is related to my signature issue.
I do not understand it. I think it is something different.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: dependencies for the signatures

Post by crythias »

Could you kindly provide examples of what should be changing in a signature?
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
EXN
Znuny newbie
Posts: 5
Joined: 16 Feb 2015, 17:23
Znuny Version: 3.3.9
Real Name: Michael Hennemeyer
Company: Exclusive Networks

Re: dependencies for the signatures

Post by EXN »

It should be a completely different signature for different countries.
We got a field country for every ticket.
So if ticket A is in Germany and ticket b is in Austria the ticket in Austria should get different signature than the ticket in Austria.
reneeb
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: dependencies for the signatures

Post by reneeb »

That needs development. You could change the TemplateGenerator module...
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
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: dependencies for the signatures

Post by crythias »

Location based queues could be an option.
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
Locked