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

Compare with Current View Page History

« Previous Version 9 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
assignee in usersWithProperty("parking_spot")
This example returns all issues whose Assignee owns the property parking_spot, whatever its value is.
reporter in usersWithProperty("laptop")
This example returns all issues whose Reporter has the property laptop, whatever its value is.
Additional information

Parameters used in this function

ParameterInput (data type)Description
propertyName

TEXT

The name of an user property owned by the user.
Output

This function returns USER LIST.