User Is In Any Users condition
This is the documentation for 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 allowed users.
Configuration
You must specify the allowed users when configuring the condition.
Examples
Enforce automations
A workflow is configured so the transition has the User Is In Any User condition set to jsu-technical-user user only. This is a user account that does not belong to an actual person but is used to trigger automations. It has more permissions than normal users. A normal user viewing an issue in that workflow will not see the automation transition.
This is a common use case to hide a transition that will be triggered by a perform as user (actor) post function. Here, you would also configure jsu-technical-user to perform as user in the post function.
Only the manager
You might restrict some transitions in your workflow to a manager or deputy. For such cases, you can also consider other conditions such as User Is In Any Groups or User Is In Any Roles.