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 users by checking against user properties that contain numeric values.

Code Block
languagebash
titleSyntax
linenumberstrue
usersWithNumericProperty(propertyName, operator, number) #Output: User 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 than 4.
Code Block
languagebash
linenumberstrue
reporter in usersWithNumericProperty("remainingHolidays", "=", 11)
This example returns all issues where the Reporter's property remainingHolidays is equals to 11.
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

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 returns a

Status
subtletrue
titleUSER LIST
.

Page properties
hiddentrue
Short description

Searches for users by checking on their numeric properties.

Output

Status
subtletrue
titleUSER LIST

Label


Page properties
hiddentrue

Status
Tech review

Status
colourGrey
titleTODo

Style guide

Status
colourGrey
titleTOdo

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