---
title: "User Is In Any Users condition"
canonical: "https://support.appfire.com/space/JSU/12682480/User%20Is%20In%20Any%20Users%20condition"
format: markdown
---
> Macro (aura-html)

> ℹ️ This is the documentation for JSU for Jira Server/Data Center. If you are using JSU on Jira Cloud, see our [JSU Cloud documentation](https://appfire.atlassian.net/wiki/spaces/JSUCLOUD/pages/12518827).

## 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. 

![Example of the User Is In Any Users condition set to JSU technical user.](media://3c36b5f0-8608-4ada-8e17-ed96dfaed63b)

## Examples

### Enforce automations

A workflow is configured so that 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 hiding 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 a 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](https://appfire.atlassian.net/wiki/spaces/JSU/pages/12682057) or [User Is In Any Roles](https://appfire.atlassian.net/wiki/spaces/JSU/pages/12681547).