You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This JQL function can be used for searching for users that own a certain user property.

Syntax
usersWithProperty(propertyName) #Output: Users
Examples
Parser expressionDescription
assignee in usersWithProperty("parking_spot")
This example returns a list of users that have a property called parking_spot, whatever its value is.
reporter in usersWithProperty("laptop")
This example returns a list of users that have a property called laptop, whatever its value is.
Additional information

Parameters used in this function

ParameterInput (data type)Description
propertyName

TEXT

The name of an user property owned by the user.
Output

This function returns USER LIST.