Move a work item to a different phase
PUT/project-management/api/v1/work-items/:id/phase
Moves a work item to another phase in its project, or to the project level when phaseId is null. The work item's dates and other fields are unchanged.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
OK
Bad Request
Unauthorized
Forbidden
Not Found
Conflict