This JQL function can be used for searching for users that own a certain user 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 its value is.
reporter in usersWithProperty("laptop")
This example returns a list of users that have a property called 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

JQL function to search for users with specific properties.

Output

Label



Status
Tech review

Style guide