IS_NOT_NULL
Tom Azernour avatar
Written by Tom Azernour
Updated over a week ago

Type: Function

Function: IS_NOT_NULL

Syntax: IS_NOT_NULL(value)

Description: Return true if the provided argument is present (not null).

Sample usage:

  • IS_NOT_NULL(assigned_at) returns true if the assigned_atitem field value is not null (the issue or pull request has been assigned to someone).

  • IS_NOT_NULL(merged_at) returns true if the merged_at field value is not null (the record is a pull request that has been merged).

Did this answer your question?