Owner and Resonsible in ticket template?

Moderator: crythias

Locked
morecw
Znuny expert
Posts: 215
Joined: 18 Jun 2012, 09:24
Znuny Version: 3.1.6
Real Name: Craig Wellman
Company: STÜBER SYSTEMS

Owner and Resonsible in ticket template?

Post by morecw »

Hi all,

I've configured ticket templates into a 3.1.6 installation and it works really well all except for NewUserID (Owner) and NewResponsibleID (Responsible). Any ideas why?

Many thanks

Example code:

Code: Select all

<form action="$Env{"CGIHandle"}" method="post" enctype="multipart/form-data" id="Rechner_einrichten">
    <input type="hidden" name="Action" value="$Env{"Action"}"/>
    <input type="hidden" name="Subaction" value="StoreNew"/>
    <input type="hidden" name="FormID" value="$QData{"FormID"}"/>
    <input type="hidden" name="ExpandCustomerName" value="1"/>
    <input type="hidden" name="TypeID" value="4"/>
    <input type="hidden" name="Dest" value="27||Intern"/>
    <input type="hidden" name="DynamicField_Version" value="WES7"/>
    <input type="hidden" name="Subject" value="(nr) x Rechner einrichten"/>
    <input type="hidden" name="Body" value="Für den Kunden:<br/>asdfasd<br/>asdfasdf<br/>asdf"/>
    <input type="hidden" name="NewUserID" value="craig"/>
    <input type="hidden" name="NewResponsibleID" value="frank"/>

</form>
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
morecw
Znuny expert
Posts: 215
Joined: 18 Jun 2012, 09:24
Znuny Version: 3.1.6
Real Name: Craig Wellman
Company: STÜBER SYSTEMS

Re: Owner and Resonsible in ticket template?

Post by morecw »

Does anyone have any thoughts on this one?
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Owner and Resonsible in ticket template?

Post by jojo »

both are dependend on the Queue, so you can not have them in a template
"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
morecw
Znuny expert
Posts: 215
Joined: 18 Jun 2012, 09:24
Znuny Version: 3.1.6
Real Name: Craig Wellman
Company: STÜBER SYSTEMS

Re: Owner and Resonsible in ticket template?

Post by morecw »

jojo wrote:both are dependend on the Queue, so you can not have them in a template
Ok, but what if we always want the owner/responsible to be the same for this particular template?
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Owner and Resonsible in ticket template?

Post by jojo »

thats not possible at the moment
"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
Locked