Version JQL Functions

Available JQL functions on this section are:


archivedVersions()

Perform searches based on versions that are currently archived.
See also: nonArchivedVersions()

nonArchivedVersions()

Perform searches based on versions that are not currently archived.
See also: archivedVersions()

versionMatches()

Perform searches based on versions which their name match with the provided regular expression.

Note:
This function uses Java native String.matches() method internally to determine the versions affected by the given expression.
See Pattern Java Class for further information.

dueVersions()

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

Note:
This function checks if the due date set for a version is not previous to last midnight instead of now().

overdueVersions()

Perform searches based on versions that are overdue.
See also: dueVersions()

Note:
This function checks if the due date set for a version is previous to last midnight instead of now().

JQL Function Reference