Change Responsible of Ticket issue
Moderator: crythias
-
- 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
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.
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.
-
- 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
Any Updates?!!!
Re: Change Responsible of Ticket issue
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
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- 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
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
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: 11
- Joined: 20 Nov 2013, 15:44
- Znuny Version: 3.2.11
- Real Name: Mohammed
- Company: IT Valley
Re: Change Responsible of Ticket issue
Please illustrate more, as I didn't understand 

-
- 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
Just accept jojo's answer, then.memo wrote:Please illustrate more, as I didn't understand
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: 11
- Joined: 20 Nov 2013, 15:44
- Znuny Version: 3.2.11
- Real Name: Mohammed
- Company: IT Valley
Re: Change Responsible of Ticket issue
Then what ?!!crythias wrote:Just accept jojo's answer, then.memo wrote:Please illustrate more, as I didn't understand
-
- 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
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.
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
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: 11
- Joined: 20 Nov 2013, 15:44
- Znuny Version: 3.2.11
- Real Name: Mohammed
- Company: IT Valley
Re: Change Responsible of Ticket issue
Thanks my friend ... acceptedjojo 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
-
- 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
Thanks my friend for your kind support.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.