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

Compare with Current View Page History

« Previous Version 10 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 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.

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.