app-operations_manager

On this page:

assignTask

Summary

Assign a task to a user

Description

Assign a Task to a user.

Route

POST /operations-manager/tasks/:taskId/assign

Roles

admin apiwrite engineering operations

Parameters

DetailsExampleSchema
Name Type Required Description
taskId string yes The id of the Task iteration to be assigned.
userId string yes The identifier of the user to assign to the task

Return

DetailsExampleSchema
Name Type Description
result object The result of the assign operation.