Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


UI Text Box
sizemedium
typeinfo

This JQL function is used for searching for returns users by checking against their user properties that contain numeric values.


Code Block
languagebash
titleSyntax
linenumberstrue
usersWithNumericProperty(propertyName, operator, number) #Output: UserText list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
assignee in usersWithNumericProperty("dailyTasks", ">", "4")


This example returns all issues where the

Assignee's property dailyTasks is bigger

current assignee has a user property called dailyTasks with a value greater than 4.


Code Block
languagebash
linenumberstrue
reporter in usersWithNumericProperty("remainingHolidays", "=>", 1115)


This example returns all issues where the

Reporter's property remainingHolidays is equals to 11

reporter has a user property called remainingHolidays with a value greater than 15.



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
propertyName

Status
subtletrue
titletext

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

Status
subtletrue
titletext

The operator used to compare the actual value with the expected value. Allowed operators are:

ComparatorDescription
=Property value must be equal to the specified one.
!=Property value must not be equal to the specified one.
>Property value must be greater than the specified one, ignoring the case.
<Property value must be lower than the specified one, ignoring the case
A valid comparison operator
.


number

Status
subtletrue
titlenumber

The number to be compared with the value stored in the user property.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titleUSER LIST
.
Text list


UI Text Box
typetip

If you want to search for issues where a user as a specific text or date property value, have a look the the usersWithTextProperty() or usersWithDateTimeProperty() function.

If you want to search for issues, checking only if a property is being set ignoring it's value, have a look the the usersWithProperty() function.


Include Page
DECADIS:_snip_limit_JQL_functions
DECADIS:_snip_limit_JQL_functions


Page properties
hiddentrue


Short description

Searches for users by checking on their Returns users with specific numeric properties.

Output

Status
subtletrue
titleUSER LISTtext list

Label





Page properties
hiddentrue



Status
Tech review

Status
colourGreyYellow
titleTODoReady for review

Style guide

Status
colourGreyGreen
titleTOdodone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged