Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

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 !

Info
titleAvailability

This routine is available since katl-commons starting with SIL Engine™ 1.0.

Syntax

...

isNull(variable)

Description

...

Excerpt

Checks if the provided variable is null or has no value associated and then returns "true. Otherwise ", otherwise returns "false".

Parameters

...

Parameter name

Required

Description

variable

Yes

The value that

Value you want

tested

to test.

The value

Value argument can be a string or a variable of any type.

Return type

...

boolean (true/false)

Examples

...

Code Block
isNull(timeSpent)

Alternatively, you You can also use the hasInput routine to check whether certain fields were filled out during a workflow transition. And among those fields you can also check the work logged in particular.

Notes

Note

If isNull returns "true" the variable has no value attached. isNull will return returns "false" for zero for numeric variables or blank for character/string.

See also

...

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "basic_routines"
labelsbasic_routines