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

Compare with Current View Page History

Version 1 Next »

This JQL function is used for searching user with a certain property.

Syntax
usersWithProperty(propertyName) #Output: Users
Examples
Parser expressionDescription
assignee in usersWithProperty("parking_spot")
This example returns a list of users that have a property called parking_spot, whatever the value is.
reporter in usersWithProperty("laptop")
This example returns a list of users that have a property called laptop, whatever the value is.
Additional information

Parameters used in this function

ParameterInput (data type)Description
propertyName

TEXT

The name of an user property containing a numeric value.
Output

This function returns USER LIST.