Skip to main content

Update Tasks

POST 

/updateTasks

It can update certain params of a task as well as complete a task. The Authorization must have Bearer followed by Token. Mandatory params: taskKeyToUpdate Optional params: updatetype (if this is set to "completetask" then refer completetask api and pass appropriate params as well), comments,
provisioningComments, provisioningMetadata,
password, status,
ticketId, taskownerusergroup/taskowneruser,
updateuser - username of user who is updating the task, completeassociatedtasks - true / false, emailto,
notify - to pick up data from the task, supported values - "notify":["USER","requestor","MANAGER"], from,
subject, emailbody

Request

Body

    taskKeyToUpdate

    object[]

  • Array [

  • provisioningMetadatastring
    Example: test1
    taskidstring
    Example: 26937
    taskowneruserstring
    Example: lkrause
    taskownerusergroupstring
    Example: usrgrpname
    updatetypestring
    Example: completetask
  • ]

  • updateuserstring
    Example: acook

Responses

Update Tasks

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    26936

    object

    errorCodestring
    Example: 1
    msgstring
    Example: Task id not found

    26937

    object

    completedtasksnumber[]
    Example: [2070]
    errorCodestring
    Example: 0
    failedtasksundefined[]
    Example: []
    msgstring
    Example: Update successful. completetask Success
    resultstring
    Example: <TaskUpdate>Taskid2070=true</TaskUpdate>