Versions Compared

Key

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

Page properties
hiddentrue
Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

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

UI Text Box
sizemedium
typeinfo

This JQL function is used for searching project returns projects with specific properties containing a date in format yyyy/MM/dd [hh:mm] or yyyy-MM-dd [hh:mm].

UI Text Box
typenote

Quote-marks " must be used.

Code Block
languagebash
titleSyntax
linenumberstrue
projectsWhereDateProperty(propertyName, operator, date) #Output: IssuesText list
UI Expand
titleExamples
Parser expressionDescription
Code Block
languagebash
linenumberstrue
project in projectsWhereDateProperty("projectStart", ">", "2020/01/01 ")
This example returns a list of all issue belonging to a project where a projects where the property called 'projectStart' exists with contains date value greater than ' 2020/01/01i.e. text {projectStart=2020/05/05'} is present in the project's description.
Code Block
linenumberstrue
project in projectsWhereDateProperty("deadline", ">=", "-1w ")
This example returns a list of all issue belonging to a project projects where a property called 'deadline' exists with a date value greater than a week ago.
UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
propertyName

Status
subtletrue
titletext

The name of a project property containing a text value.
operator

Status
subtletrue
titledata typetext

A valid comparison operator.

date

Status
subtletrue
titletext

The date to be compared with the date stored in the project property. 

ui-text-box
typeinfo

The date must have a format of yyyy/MM/dd [hh:mm] or yyyy-MM-dd [hh:mm]

ui-expand
titleOutput

This function returns returns a

Status
subtletrue
titleissuestext list
.

Include Page
DECADIS:_snip_limit_JQL_functions
DECADIS:_snip_limit_JQL_functions

Page properties
hiddentrue
Short description

JQL function to search for specific date properties.Returns projects with specific properties containing a date

Output

Status
subtletrue
titletext list

Label
Page properties
hiddentrue

Status
Tech review

Status
colourYellow
titleReady for review

Style guide

Status
colourGreen
titledone

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