Backward incompatible changes for Preview API `/api/v2/taskmanagement/worktypes`

Description

We have removed defaultPreferredAgents from the Worktype model.

This also affects the worktype creation and updation requests.

Change Category

API

Change Context

The preferred agent for workitem is selected based on the scores dynamically; there is no value in providing the list of default preferred agents in worktype.

Change Impact

While creating the worktype, customers don't need to supply defaultPreferredAgentIds.
Customers can not update defaultPreferredAgentIds, as this does not exist anymore.

Date of Change

Jan 31, 2023

Impacted APIs

POST /api/v2/taskmanagement/worktypes
PATCH /api/v2/taskmanagement/worktypes/{worktypeId}

References

[WORKITEMS-1130]

This topic was automatically closed 62 days after the last reply. New replies are no longer allowed.