Skip to end of banner
Go to start of banner

Basic routines

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

« Previous Version 4 Next »


Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !

This section contains routines that provide basic language behavior.

Routines summary

  • isNotNullChecks if the provided variable is not null or has a value associated and returns true. Otherwise returns false.
  • logPrintPrints a message in the configured Jira logs on the specified level: TRACE, DEBUG, INFO, WARN, ERROR, FATAL.
  • isNullChecks if the provided variable is null or has no value associated then returns "true", otherwise returns "false".
  • printReturns the printable string in the application log.

See also



  • No labels