This article is for Data Center. Visit Cloud

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

Version 1 Current »

Formulas can get the value of an item's property using the following notation: object.property

fixVersion.releaseDate  //returns the release date for the fixVersion


You can also string multiple property calls together:

project.lead.emailAddress  //returns the email address of the lead for the project

For a complete list of supported properties, see Item Property Reference.

  • No labels