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

usersWithProperty(propertyName) #Output: User list
Parser expressionDescription
assignee in usersWithProperty("parking_spot")
This example returns all issues whose Assignee owns the property parking_spot, whatever its value is.
reporter in usersWithProperty("laptop")
This example returns all issues whose Reporter has the property laptop, whatever its value is.

Parameters used in this function

ParameterInput (data type)Description
propertyName

The name of an user property owned by the user.

This function returns .

Short description

Search for users with specific properties.

Output

Label



Status
Tech review

Style guide