Skip to end of banner
Go to start of banner

Versions

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 4 Current »

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

(tick)

(tick)

(error)

(error)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(error)

(error)

(error)

(error)

(error) 

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

(tick)

(tick)

(error)

(error)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(error)

(error)

(error)

(error)

(error) 

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

(tick)

(tick)

(error)

(error)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(error)

(error)

(error)

(error)

(error) 

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

(tick)

(tick)

(error)

(error)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(error)

(error)

(error)

(error)

(error) 

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

(tick)

(tick)

(error)

(error)

(tick)

(tick)

(tick)

(error)

(tick)

(tick)

(tick)

(tick)

(error)

(error)

(error)

(error)

(error) 

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

(tick)

(tick)

(error)

(error)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(error)

(error)

(error)

(error)

(error) 

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

(tick)

(tick)

(error)

(error)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(error)

(error)

(error)

(error)

(error) 

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

(tick)

(tick)

(error)

(error)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(error)

(error)

(error)

(error)

(error) 

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

(tick)

(tick)

(error)

(error)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(tick)

(error)

(error)

(error)

(error)

(error) 

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

(tick)

(tick)

(error)

(error)

(tick)

(tick)

(tick)

(error)

(tick)

(tick)

(tick)

(tick)

(error)

(error)

(error)

(error)

(error) 

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.

  • No labels