You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

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

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


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

BOOLEAN

Example outputtrue