Skip to main content
Skip table of contents

Expr Language - Property Access

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

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


You can also string multiple property calls together:

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

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

JavaScript errors detected

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

If this problem persists, please contact our support.