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

Compare with Current View Page History

« Previous Version 2 Next »

This JQL function is used for searching users with properties containing a date or date-time value

Syntax
usersWithDateTimePropertyValue(propertyName, operator, value, format) #Output: Users
Examples
Parser expressionDescription
assignee in usersWithDateTimePropertyValue("day_off", "<", "2021/11/03", "dd/MM/yy")
This example returns a list of users whose day_off is before 2021/11/03
reporter in usersWithDateTimePropertyValue("birthday", ">=", "1997/09/16 11:30", "MM-dd-yyyy [hh:mm]")
This example returns a list of users whose birthday is after or the same day as 1997/09/16 11:30
Additional information

Parameters used in this function

ParameterInput (data type)Description
propertyName

TEXT

The name of an user property containing a numeric value
operator

TEXT

A valid comparison operator

value

TEXT

The value to compare with the property
format

TEXT

The date or date-time format in which the property value is written
Output

This function returns USER LIST.