Need to get old + new values for new fields

Hi, in our app bridge24, we can display / export stories for selected tasks.

We found that, the most recent changes in the API are not available in the stories.
Example:

  • changing the start date with hours
  • using the new multi-value custom field.

The “story” is present, the “resource_subtype” is there, with the good values:
“due_date_changed” and “multi_enum_custom_field_changed”.
The text is good.

But, we can’t get the “old” and “new” values.

  • old_dates and new_dates doesn’t have the “start_at” value.
  • And, for multi value custom field, we don’t know which field to query in the opt_fields, maybe it doesn’t exists, or is not documented.
1 Like