Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page properties
hiddentrue
id0


Jira expression field code

issue?.versions[0]?


issue?.versions[0]?.released
issue?.fixVersions[0]?.released

Example outputtrue
Output data type

Status
subtletrue
titleboolean

Type

Status
subtletrue
colourRed
titleread-only

Available since
Tabs Container
directionhorizontal
Tabs Page
titleJira expression
Code Block
titleField code
linenumberstrue
issue?.versions[0]?.released
issue?.fixVersions[0]?.released
UI Text Box
typenote

Versions are stored in lists. Documentation on how to work with lists can be found here.

You can access the whole version by issue?.versions[0] and issue?.fixVersions[0] which returns a Version object, issue?.versions (and issue?.fixVersions) will return a list of objects.

Read


Page properties
id1
Returned valueTrue if the first (fix)version has been released, false otherwise. If no (fix) versions are availbale, null is returned.
Output data type

Status
subtletrue
titleboolean

Example outputtrue