This article is for Cloud. Visit Data Center
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:
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
sprint.size()
Â