Message field

by JiBrok
for Jira Server 8.0.0 - 9.13.1, Jira Data Center 8.0.0 - 9.14.1 and more
335 installs
  • Jira Service Management
  • Jira Software

We no longer offer sales and support for server apps. You can stay connected by exploring the migration options to either the cloud or Data Center version of this app.

Versions

Version 4.10.1Jira Server 8.0.0 - 9.13.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)