Skip to main content
Skip table of contents

Sample Formulas - Items and Properties

Access an item property

Use the following format: item.property

The following returns the release date for each fix version:

CODE
fixVersions.releaseDate

Note: if the fix version field contained multiple values, multiple dates will be returned.

For a list of accessible item types and their properties, see Item Property Reference.

See how many sprints an issue has been added to

CODE
sprint.size()

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.