Note operations for scripts
To access the note operations, the selected Object Type for the script must be Note.
The task object is available for Note scripts that are started by a task note rule. The object
contains the following note data and helper methods:
- create_date
- mentioned_users
- text
- user_id
- addNote(text), which adds a reply to the note with the provided text. Returns a Note object for further customization.
- getParentObject(), which returns the incident or task script object that owns this note.
Type note. to access the types of data and helper methods.