/
Basic routines
Basic routines
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
- isNotNull — Checks if the provided variable is not null or has a value associated and returns true. Otherwise returns false.
- logPrint — Prints a message in the configured Jira logs on the specified level: TRACE, DEBUG, INFO, WARN, ERROR, FATAL.
- isNull — Checks if the provided variable is null or has no value associated then returns "true", otherwise returns "false".
- print — Returns the printable string in the application log.
See also
Related content
User Routines
User Routines
More like this
Workflow Routines
Workflow Routines
More like this
Issue Routines
Issue Routines
More like this
Project Routines
Project Routines
More like this
String routines
String routines
More like this
Worklog Routines
Worklog Routines
More like this