This JQL function returns users that own a certain user property.

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

This example returns all issues where the current reporter has a property called supervisor, ignoring the actual value.

assignee in usersWithProperty("vpnAccess")

This example returns all issues where the current assignee has a property called vpnAccess, 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 has a specific user property value, have a look the the usersWithTextProperty(), usersWithNumericProperty() or usersWithDateTimeProperty() function.

Short description

Returns users with specific properties.

Output

Label



Status
Tech review

Style guide