This JQL function is used for searching user with a certain property.

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

Parameters used in this function

ParameterInput (data type)Description
propertyName

The name of an user property containing a numeric value.

This function returnsĀ .

Short description

JQL function to search for users with specific properties.

Output

Label


Status
Tech review

Style guide