This is the documentation of JSU for Jira Server/Data Center. If you are using JSU on Jira Cloud, see our JSU Cloud documentation.
Description
The User Is In Any Users condition verifies that the current user is one of the selected users.
Configuration
You must specify the allowed users when configuring the condition. For example:
For information on how to configure a condition for a workflow transition in Jira, see the Jira documentation.
Examples
Enforce automations
A workflow is configured so the transition has the User Is In Any User check set to 'jsu-technical-user' user only. This is a user account that does not belong to an actual person but is used for all kinds of automations. It has more permissions than normal users, so automations can do things that would be restricted for normal users.
A normal user viewing an issue in that workflow will not see the 'Automation' transition.
This is a perfect use-case to hide a Transition that will be triggered by a 'perform as user' (impersonate) Post-Function. So you configure also 'jsu-technical-user' as the 'perform as user' in the Post-Function.
Only the manager
You might restrict some transitions in your workflow to a manager or deputy.
However, for such cases, you might also consider other conditions like User Is In Any Groups Condition or User Is In Any Roles Condition.