Added

Goals API: Check-in audit notes

What’s new

A new auditing Notes field was added to the check-in process in Bob, allowing you to add notes for each key result progress update when performing a check-in from the UI. This field complements the existing goal-level auditing comment.

What’s new in the Public API

  • The Goals API now supports a new optional notes field at the key result level for goal key result progress updates auditing (check-ins).
  • The goal-level comment field remains available and can be used to add audit notes for the overall goal progress.
  • Both fields are stored in the check-in activity log only. They do not update the Goal or Key Result entities.
  • comment and notes are not returned by search or metadata endpoints.

Affected endpoints

Action items

No action required. The new parameter is optional.

You can start using notes to add auditing context when updating the progress of key results.

To learn more and for usage details, see Update Key Results Progress.