Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Remove option for customers to escalate their tickets themselves

Deleted user February 11, 2019

Currently, my users can escalate their own tickets. How do I remove this?

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 11, 2019

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:

https://marketplace.atlassian.com/apps/43318/power-scripts-jira-script-automation?hosting=cloud&tab=overview

You could create a condition like this:

if (reporter == currentUser()) {

  return false;

}

return true;

Deleted user February 11, 2019

yeah thats what I meant, I'll try this :)

Deleted user February 11, 2019

on an old version, there was an option to just remove the button, does that not exist anymore?

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 11, 2019
Deleted user February 11, 2019

yup

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 11, 2019

Were you able to fix it?

Deleted user February 11, 2019

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?

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 11, 2019

Did you fix it with the Power Scripts add-on or hiding the escalate transition from the portal?

Deleted user February 11, 2019

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events