[SOLVED]Only let owner change responsible

Moderator: crythias

Locked
Eggllo
Znuny newbie
Posts: 79
Joined: 09 Jun 2016, 14:27
Znuny Version: 5.0.10

[SOLVED]Only let owner change responsible

Post by Eggllo »

Hi everyone,

I'm just wondering if there's a way, through ACL or sysconfig or any other way, to restrict the option of changing the owner and responsible of the ticket to the current owner/responsible (we have it set up so that they are the same). We don't want agents to be able to change responsible or owner if they aren't currently the owner, but we do want to let the current owner/responsible set this to, as an example, pass it off to another agent so that they could then work on it.

Thanks for any help.
Last edited by Eggllo on 13 Jul 2016, 18:09, edited 1 time in total.
OTRS v5.0.10 with ITSM extension.
MySQL database
Ubuntu 16.04 LTS
wurzel
Znuny guru
Posts: 3273
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: Only let owner change responsible

Post by wurzel »

Hi,

AFAIR this is not possible.
The owner permission is the right to become the onwer, and also dispatch to another.
And so by disabling one function (via ACL or Permissions) you disable the function for all.
So disabling the owner permission, no one will become owner in future. I think, it can not work.

Why shouldn't it be possible to become the owner? I would recommend this a mandatory function. What if the owner is ill? You MUST take ownership. :shock:

;)

Flo
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
Eggllo
Znuny newbie
Posts: 79
Joined: 09 Jun 2016, 14:27
Znuny Version: 5.0.10

Re: Only let owner change responsible

Post by Eggllo »

Thanks for the info, I was kind of thinking this would be the case, but it's not something that is urgent or affecting us that much.

We do have pretty short unlock timers and ideally we would have had that allow people to change owners once more, we just didn't want people to be able to take over a locked ticket by becoming the owner.
OTRS v5.0.10 with ITSM extension.
MySQL database
Ubuntu 16.04 LTS
wurzel
Znuny guru
Posts: 3273
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: [SOLVED]Only let owner change responsible

Post by wurzel »

Hi,

then tell your people: "Don't do this" :D

or you can use ACL
Properties
Owner != UserID=1

PossibleNot AgentTicketOwner


and if your unlock time is reached - unlock the ticket and set owner to UserID=1

Flo
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
Eggllo
Znuny newbie
Posts: 79
Joined: 09 Jun 2016, 14:27
Znuny Version: 5.0.10

Re: [SOLVED]Only let owner change responsible

Post by Eggllo »

I think we will probably just go with your suggestion of "Don't do this" :D

We do still want to let people who currently own the ticket to pass it off to someone else and make someone else the owner, and unless I'm wrong I think your second suggestion would disable that. Like you said, disabling one would disable them all.

Thanks so much for the help!
OTRS v5.0.10 with ITSM extension.
MySQL database
Ubuntu 16.04 LTS
Locked