Change Responsible of Ticket issue

Moderator: crythias

Locked
memo
Znuny newbie
Posts: 11
Joined: 20 Nov 2013, 15:44
Znuny Version: 3.2.11
Real Name: Mohammed
Company: IT Valley

Change Responsible of Ticket issue

Post by memo »

Hi

I wondered if I can make the attachment when I send responsible mail to another guy (as mandatory) like the text?

Kindly find the attachment for more detail.

This is for your kind advice and feedback.

Thanks a lot.
You do not have the required permissions to view the files attached to this post.
memo
Znuny newbie
Posts: 11
Joined: 20 Nov 2013, 15:44
Znuny Version: 3.2.11
Real Name: Mohammed
Company: IT Valley

Re: Change Responsible of Ticket issue

Post by memo »

Any Updates?!!!
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Change Responsible of Ticket issue

Post by jojo »

you seem to expect enterprise support level on a community forum.
Please have a look at www.otrs.com for support

By the way: The answer is no
"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
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Change Responsible of Ticket issue

Post by crythias »

edit the dtl and include the CSS style/class for mandatory. Check view source on a screen for hints.
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
memo
Znuny newbie
Posts: 11
Joined: 20 Nov 2013, 15:44
Znuny Version: 3.2.11
Real Name: Mohammed
Company: IT Valley

Re: Change Responsible of Ticket issue

Post by memo »

Please illustrate more, as I didn't understand :(
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Change Responsible of Ticket issue

Post by crythias »

memo wrote:Please illustrate more, as I didn't understand
Just accept jojo's answer, then.
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
memo
Znuny newbie
Posts: 11
Joined: 20 Nov 2013, 15:44
Znuny Version: 3.2.11
Real Name: Mohammed
Company: IT Valley

Re: Change Responsible of Ticket issue

Post by memo »

crythias wrote:
memo wrote:Please illustrate more, as I didn't understand
Just accept jojo's answer, then.
Then what ?!!
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Change Responsible of Ticket issue

Post by crythias »

jojo says it's not possible. Accept that as an answer, or

modify the Kernel/Output/HTML/Standard/AgentTicketCommon.dtl and look at the code where something else is Mandatory and copy/paste to somewhere that you want to be mandatory. Hint:
label class="Mandatory"

but note this isn't going to help you because it's global for all ticket actions, which is going to be a real pain as every.ticket.action.requires.an.upload.

You cannot do what you want in native code. BUT you can replace AgentTicketResponsible.dtl with AgentTicketCommon.dtl (backup first) and edit *that*.

This won't survive updates.
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
memo
Znuny newbie
Posts: 11
Joined: 20 Nov 2013, 15:44
Znuny Version: 3.2.11
Real Name: Mohammed
Company: IT Valley

Re: Change Responsible of Ticket issue

Post by memo »

jojo wrote:you seem to expect enterprise support level on a community forum.
Please have a look at http://www.otrs.com for support

By the way: The answer is no
Thanks my friend ... accepted
memo
Znuny newbie
Posts: 11
Joined: 20 Nov 2013, 15:44
Znuny Version: 3.2.11
Real Name: Mohammed
Company: IT Valley

Re: Change Responsible of Ticket issue

Post by memo »

crythias wrote:jojo says it's not possible. Accept that as an answer, or

modify the Kernel/Output/HTML/Standard/AgentTicketCommon.dtl and look at the code where something else is Mandatory and copy/paste to somewhere that you want to be mandatory. Hint:
label class="Mandatory"

but note this isn't going to help you because it's global for all ticket actions, which is going to be a real pain as every.ticket.action.requires.an.upload.

You cannot do what you want in native code. BUT you can replace AgentTicketResponsible.dtl with AgentTicketCommon.dtl (backup first) and edit *that*.

This won't survive updates.
Thanks my friend for your kind support.
Locked