Hello,
Do you meant that users can execute the Escalate transition for the tickets which they created?
If so then you would need a plugin.
You could use the Power Scripts add-on:
You could create a condition like this:
if (reporter == currentUser()) {
return false;
}
return true;
yeah thats what I meant, I'll try this :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
on an old version, there was an option to just remove the button, does that not exist anymore?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yup
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Were you able to fix it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
technically yes, but since I have quite a few users I don't really want to pay the monthly fee just for this small feature
is there another way to do this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you fix it with the Power Scripts add-on or hiding the escalate transition from the portal?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
the power scripts works but is too expensive to actually use for only this small thing
so I guess I'll deal with an occasional escalated issue ;P
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.