Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I have defined some custom conditions in my workflow, so that only users in a specific group can transition the issue to a specific status.
With this condition, users of other groups cannot even see the transition button on their screens. Is there a way to make the button appear, but not actually execute, in all users' screens?
For example, when a user not in the specified group presses the button it will pop-up an error message, or similar.
Hello, you can use validators instead of conditions. The users will get an error message when they try to execute the transition.
Thank you Alina,
I have tried using a validator, by selecting the 'Permission Validator'. However, the list of permissions that show up is the default list of JIRA (e.g. edit issues, view issues).
I cannot add a check of users being in specific groups in that list.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you have ScriptRunner? You can use a simple scripted validator for this. Select Script Validators -> Simple Scripted Validator and you'll also get examples in the "Add validator screen".
I'd give you an exact example but Atlassian Answers is very slow and the page is not loading. If you search for "jira validator user in group" you'll probably find it.
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.
No, there's no way to do that. The button is hidden from the user because the next thing it does is start the transition and re-checks the user's conditions. Even if you dug into the code and suppressed the hide, there's nothing to get the pop-up if they click it, the next action is an error screen telling them they've landed on a url they don't have rights to.
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.