You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

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

Syntax
usersWithProperty(propertyName) #Output: User list
Examples
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.

Additional information

Parameters used in this function

ParameterInput (data type)Description
propertyName

TEXT

The name of the user property.
Output

This function returns a USER LIST

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.