tl;dr:
Goal.Metric.progress_source_category
has a newexternal
type- calls to
setMetric
withprogress_source_category = external
will fail - calls to
setMetricCurrentValue
when metrics haveprogress_source_category = external
will fail
Hey folks,
We’re working on long-term changes to goal metrics. Today we’re making additions to begin supporting these long-term changes with the inclusion of a new external
type of progress_source_category
for Goal Metrics. This addition is meant to support future work for Goal Metrics. For the moment, the new external
value for progress_source_category
should not be used.
New Behavior
Goal.Metric.progress_source_category
may include a newexternal
type
Impact
- If you use Goal Metrics, modify your code to guard against using the new
progress_source_category
type forsetMetricCurrentValue
andsetMetric
Timeline
- announcement: 2022-10-13 (today)
- generally available: 2022-10-26
- more announcements in 2023
Yours in Developer Relations,
Sasha, on behalf of the Asana API Team