dependencies for the signatures
Moderator: crythias
-
- 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
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
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
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: dependencies for the signatures
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
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: 5
- Joined: 16 Feb 2015, 17:23
- Znuny Version: 3.3.9
- Real Name: Michael Hennemeyer
- Company: Exclusive Networks
Re: dependencies for the signatures
Thanks for your answer.
Can you please explain <OTRS_> markup a little bit?
Can you please explain <OTRS_> markup a little bit?
-
- Znuny guru
- Posts: 2210
- Joined: 13 Mar 2014, 09:16
- Znuny Version: 6.0.14
- Real Name: Rolf Straub
Re: dependencies for the signatures
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.
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
-
- 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
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.
But how it is related to my signature issue.
I do not understand it. I think it is something different.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: dependencies for the signatures
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
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: 5
- Joined: 16 Feb 2015, 17:23
- Znuny Version: 3.3.9
- Real Name: Michael Hennemeyer
- Company: Exclusive Networks
Re: dependencies for the signatures
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.
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.
-
- 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
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
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: dependencies for the signatures
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
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