Message field

by JiBrok
for Jira Server 8.0.0 - 9.13.1, Jira Data Center 8.0.0 - 9.15.1 and more
323 installs
  • Supported
  • Jira Service Management
  • Jira Software

Versions

Version 4.10.1Jira Data Center 8.0.0 - 9.15.1

Released: Apr 27th 2023

Summary

New functionality: Cast support in dynamic templates.

Details

In some cases, this is necessary to call some methods or conveniently write conditions.

How to use $cast?

Examples:

  • $cast.toLong("1")
  • $cast.toInteger($cfValues.getFromForm("customfield_10200").optionId)
  • $cast.toString(1)