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

Type: Function

Function: IS_NULL

Syntax: IS_NULL(value)

Description: Return true if the provided argument is null.

Sample usage:

  • IS_NULL(assigned_at) returns true if the assigned_at field value is null (the issue or pull request has never been assigned to anyone or the historical value could not be determined).

  • IS_NULL(merged_at) returns true if the merged_at field value is null (the record is an issue or the pull request has not been merged).

Did this answer your question?