Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 3 Current »

Description:

Perform searches based on versions that are due.
See also: overdueVersions()

SyntaxdueVersions()
dueVersions(project, ...)
Available sincev1.6.0-RELEASE
Supported fieldsAffectedVersion, FixVersion, custom fields of type Version
Supported operatorsIN , NOT IN
Unsupported operators

= , != , ~ , !~ , > , >= , < , <=

IS , IS NOT , WAS , WAS IN , WAS NOT , WAS NOT IN , CHANGED

Examples:

• Find unresolved issues affected by due versions:

affectedVersion IN dueVersions() AND resolution is EMPTY  

• Find Open Bugs on 'LATAM' project affected by due versions:

status = Open AND type = Bug AND affectedVersion IN dueVersions("LATAM")


JQL Function Reference

  • No labels