Dear friends,
I have a transition action that is changing the responsible back to the ticket owner(same as the current owner) after several transition.
As the owner maybe different in other situations,I would like set the responsible dynamically by using <OTRS_TICKET_OWNER> or <OTRS_TICKET_OwnerID> as shown in below.
However, It seems like it is not working. The responsible did not change.
So I would like to know how I can set the responsible to be the current owner dynamically.
I would be grateful for any of your reply. Thank you!
Regards,
Harry
[Solved]Dynamically setting the responsible
Moderator: crythias
-
- Znuny newbie
- Posts: 23
- Joined: 02 Feb 2020, 16:11
- Znuny Version: OTRS 6
- Real Name: Fung Harry
[Solved]Dynamically setting the responsible
You do not have the required permissions to view the files attached to this post.
Last edited by harrypet on 11 Mar 2020, 05:06, edited 1 time in total.
-
- Znuny superhero
- Posts: 658
- Joined: 24 Feb 2012, 03:58
- Znuny Version: LTS and Features
- Real Name: Mo Azfar
- Location: Kuala Lumpur, MY
- Contact:
Re: Dynamically setting the responsible
Code: Select all
ResponsibleID => <OTRS_TICKET_OwnerID>
UserID => 1
My Github
OTRS CE/LTS Discord Channel
Cant Update Package Anymore ? Check This
Professional OTRS, Znuny & OTOBO services: efflux.de/en
Free and premium add-ons: English
OTRS CE/LTS Discord Channel
Cant Update Package Anymore ? Check This
Professional OTRS, Znuny & OTOBO services: efflux.de/en
Free and premium add-ons: English
-
- Znuny newbie
- Posts: 23
- Joined: 02 Feb 2020, 16:11
- Znuny Version: OTRS 6
- Real Name: Fung Harry
Re: Dynamically setting the responsible
Thanks skullz.