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

Compare with Current View Page History

« Previous Version 4 Next »

This JQL function is used for searching users 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 its value is.
reporter in usersWithProperty("laptop")
This example returns a list of users that have a property called laptop, whatever its value is.
Additional information

Parameters used in this function

ParameterInput (data type)Description
propertyName

TEXT

The name of an user property which the user own.
Output

This function returns USER LIST.