This function checks if a user is active. You can specify user names, group names or role names.
If you specify more users (e.g. as part of a role), this function will return true only if all users in the list are active.
Bash
isActive(user) #Output: Boolean
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns
|
|
Bash
|
This example returns |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
text |
Text containing a valid user, group or project role name. |
Output
This function returns a boolean
📚 Use cases and examples
| Use case | Workflow function | Parser functions |
|---|---|---|
| Add watchers ignoring inactive users |