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 has the parking_spot property, regardless of its value.

reporter in usersWithProperty("laptop")

This example returns all issues whose reporter has the laptop property, regardless of its value.

Parameters used in this function

ParameterInput (data type)Description
propertyName

The name of the user property.

This function returns a .

Short description

Searches for users with specific properties.

Output

Label



Status
Tech review

Style guide