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
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Place a condition on the workflow transition to prevent the agents seeing it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.