Forums

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

Hide Transition Button from Service Agent

Rinju Mukherjee
Contributor
August 9, 2017

Dear Experts,

I have defined a workflow for the incident management, where there are some transition button, which I would like to hide from my service agents. For example, I have defined a transition called 'Cancel Request'. Once customer raises an incident, customer can cancel it at any point in time (before it is closed). But this button is also visible in the Issue view for my service agent. It does not make sense that a service agent cancels a customer's incident. Hence I would like to hide it from service agent but should be visible to my customer. 

Please suggest, how to achieve it?

Thanks

Rinju

2 answers

2 accepted

3 votes
Answer accepted
Tarun Sapra
Community Champion
August 9, 2017

You can add a workflow condition that - User is not in group of "service-desk-agents" or User not in role of "Service desk team"

Workflow conditions help you show/hide transition button based on some condition so based on above condition  you can hide the transition button for users either in a specific group(service-desk-team) or a role(service-desk team) - depending on your jira instance.

These conditions are available out of box by plugins like JMWE, Script Runner, JIRA suite utilities. 

Rinju Mukherjee
Contributor
August 9, 2017

Hello Nic, Hello Tarun,

 

Thanks to both of you for your quick replies. I added condition 'Only the reporter of the issue can execute this transition'. In my case, Repoter will be customer only. So it worked for me.

Thanks

Rinju

Like Luca Gianfrancesco likes this
3 votes
Answer accepted
Nic Brough -Adaptavist-
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.
August 9, 2017

Place a condition on the workflow transition to prevent the agents seeing it.

Suggest an answer

Log in or Sign up to answer