Task Management workitem status resources have been updated to accept null values

Description

The following fields of workitem statuses can now be set to null via a PATCH request:

  • defaultDestinationStatusId
  • statusTransitionDelaySeconds
  • statusTransitionTime

Change Category

API

Change Context

The three properties are used to control the automatic status transitions of a workitem. We have had requests from some customers that would like to disable automatic status transitions. As the resource didn't accept a null value they could not remove the properties. Making the properties nullable allows customers to disable automatic status transitions.

Change Impact

The resource is in preview with limited customers. The resource is a configuration based resource with low usage.

Date of Change

Aug 18, 2022

Impacted APIs

PATCH /api/v2/taskmanagement/worktypes/{worktypeId}/statuses/{statusId}

References

[WORKITEMS-755]

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