task
task

Update a task

put/task/{connection_id}/task/{id}

Path parameters

connection_idstring required

ID of the connection

idstring required

ID of the Task

Query parameters

fieldsstring[]

Fields to return

rawstring

Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar

Request body

idstring
created_atstring date-time
updated_atstring date-time
namestring
project_idstring
parent_idstring
completed_atstring date-time
status'OPENED' | 'IN_PROGRESS' | 'COMPLETED'
notesstring
due_atstring date-time
start_atstring date-time
end_atstring date-time
prioritystring
assigned_user_idsstring[]
creator_user_idstring
follower_user_idsstring[]
group_idsstring[]
tagsstring[]
urlstring
attachment_idsstring[]

Array of attachment IDs retrieved from StorageFile.Get endpoint

has_childrenboolean
typestring
time_spentnumber
time_spent_unitstring
progressnumber
story_pointsnumber
rawobject

Response

Successful

idstring
created_atstring date-time
updated_atstring date-time
namestring
project_idstring
parent_idstring
completed_atstring date-time
status'OPENED' | 'IN_PROGRESS' | 'COMPLETED'
notesstring
due_atstring date-time
start_atstring date-time
end_atstring date-time
prioritystring
assigned_user_idsstring[]
creator_user_idstring
follower_user_idsstring[]
group_idsstring[]
tagsstring[]
urlstring
attachment_idsstring[]

Array of attachment IDs retrieved from StorageFile.Get endpoint

has_childrenboolean
typestring
time_spentnumber
time_spent_unitstring
progressnumber
story_pointsnumber
rawobject

Changes

Changed in 2 of the 25 revisions of this API.21

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the enum value progress to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value story_points to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value time_spent to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value time_spent_unit to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the enum value end_at to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value start_at to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value type to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added