Versions

Versions JQL Keywords

AffectedVersionsArchived 

Searches for issues where the affected versions are archived.

SUPPORTED OPERATORS 

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

 

Example:

  • affectedVersionsArchived > 0 finds issues whose affected versions are archived.

AffectedVersionsReleased

Searches for issues where the affected versions are released.

SUPPORTED OPERATORS 

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

 

Examples:

  • affectedVersionsReleased > 0 finds issues whose affected versions are released.

  • affectedVersionsReleased = 0 finds issues where none of the affected versions are released.

AffectedVersionsOpened

Searches for issues where the affected versions are open (not archived or released).

SUPPORTED OPERATORS 

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

 

Example:

  • affectedVersionsOpened > 0 finds issues whose affected versions are still open.

AffectedVersionsCount

Searches for issues with a specific number of affected versions.

SUPPORTED OPERATORS 

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

 

Example:

  • affectedVersionsCount > 0 finds issues that have one or more affected versions.

AffectedVersionReleaseDate

Searches for issues whose affected versions were released on specific dates.

This keyword works with date related JQL functions:

  • endOfDay()

  • endOfMonth()

  • endOfWeek()

  • endOfYear()

  • lastLogin()

  • now()

  • startOfDay()

  • startOfMonth()

  • startOfWeek()

  • startOfYear()

SUPPORTED OPERATORS 

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

 

Examples:

  • affectedVersionReleasedDate = "2024/09/18" OR affectedVersionReleasedDate = "2024/09/19" finds issues with affected versions released on September 18th or 19th, 2024.

  • affectedVersionReleasedDate in ("2024/09/18", "2024/09/19") does the same as above.

  • affectedVersionReleasedDate < now() finds issues whose affected versions were released before today.

FixVersionsArchived

Searches for issues where the fix versions are archived.

SUPPORTED OPERATORS 

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

 

Example:

  • fixVersionsArchived > 0 finds issues whose fix versions are archived.

FixVersionsReleased

Searches for issues where the fix versions are released.

SUPPORTED OPERATORS 

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

 

Example:

  • fixVersionsReleased > 0 finds issues whose fix versions are released.

FixVersionsOpened

Searches for issues where the fix versions are open.

SUPPORTED OPERATORS 

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

 

Example:

  • fixVersionsOpened > 0 finds issues whose fix versions are still open.

FixVersionsCount

Searches for issues with a specific number of fix versions.

SUPPORTED OPERATORS 

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

 

Example:

  • fixVersionsCount > 0 finds issues that have one or more fix versions.

FixVersionReleaseDate

Searches for issues whose fix versions were released on specific dates.

This keyword works with date related JQL functions:

  • endOfDay()

  • endOfMonth()

  • endOfWeek()

  • endOfYear()

  • lastLogin()

  • now()

  • startOfDay()

  • startOfMonth()

  • startOfWeek()

  • startOfYear()

SUPPORTED OPERATORS 

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

=

!=

~

!~

>

>=

<

<=

IS

IS NOT

IN

NOT IN

WAS

WAS IN

WAS NOT

WAS NOT IN

CHANGED

 

Examples:

  • fixVersionReleaseDate = "2024/09/18" OR fixVersionReleaseDate = "2024/09/19" finds issues with fix versions released on September 18th or 19th, 2024.

  • fixVersionReleaseDate in ("2024/09/18", "2024/09/19") does the same as above.

  • fixVersionReleaseDate < now() finds issues whose fix versions were released before today.