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

usersWithProperty(propertyName) #Output: User list
Parser expressionDescription
reporter in usersWithProperty("supervisor")

This example returns all issues whose reporter has the supervisor property, ignoring the actual value.

asignee in usersWithProperty("vpnAccess")

This example returns all issues whose assignee has the vpnAccess property, ignoring the actual value.

Parameters used in this function

ParameterInput (data type)Description
propertyName

The name of the user property.

This function returns a 

If you want to search for issues where a user as a specific user property value, have a look the the usersWithTextProperty(), usersWithNumericProperty() or usersWithDateTimeProperty() function.

Short description

Searches for users with properties.

Output

Label



Status
Tech review

Style guide