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 user for users with properties containing a numeric value.

Code Block
languagebash
titleSyntax
linenumberstrue
usersWithNumericProperty(propertyName, operator, number) #Output: Users
UI Expand
titleExamples
Parser expressionDescription
Code Block
languagebash
linenumberstrue
assignee in usersWithNumericProperty("dailyTasks", ">", "4")
This example returns a list of users all issues where the Assignee's property called ' dailyTasks' is bigger than 4e.g. The user has a key-value pair in the profile where dailyTasks=5.
Code Block
languagebash
linenumberstrue
reporter in usersWithNumericProperty("remainingHolidays", "=", 11)
This example returns a list of users all issues where the Reporter's property called 'remainingHolidays ' is equal equals to 11e.g. The user has a key-value pair in the profile where remainingHolidays=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 

Status
subtletrue
titleUSER LIST
.

Page properties
hiddentrue
staff pick
Short description

JQL function to search for users with specific numeric properties.

Output

Status
subtletrue
titleUSER LIST

Label
Status
colourRed
title


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