Versions Compared

Key

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

...

You can view all issues of version. While only a limited number of issues and issue fields are displayed you can open all issues in Issue Navigator.

...

Packages JQL function

Packages extension introduces new JQL function packageVersions() using which you can find issues in packages.

packageVersions() function's result are versions of a found package. That's why you need to use the function in version field context.

JQL search clause with packageVersions() example:

Code Block
fixVersion in packageVersions("SUB","Product B v2.1")
Tip

packageVersions() JQL can be used with any version field: fixVersion, affectVersion, custom version fields

packageVersions() accepts two parameters:

  1. Project key or Project ID

  2. Package name

The search result of the above query are issues which have versions in the fixVersion field:

...