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.


isActive(user) #Output: Boolean



Parser expressionDescription


isActive(%{issue.components.leads})


This example returns true if all users who are component leads in the current issue's project are active.



isActive(%{issue.assignee})


This example returns true if the assignee is active.



Parameters used in this function

ParameterInput (data type)Description
user

Text containing a valid user, group or project role name.



This function returns a



Use cases and examples



Parser function cloud
Map(error)
Notes

Even though there is an active property in the json returned of an user, is not possible to access it, so is not possible to replicate its behaviour.






Status
Tech review

Style guide




Short description

Checks whether users are active

Output

Available since
Label