Update Task
Update_Task modifies an existing GovTribe task and returns the updated task resource as JSON text.
Input Contract
task_id: GovTribe ID of the task to update.type:stringrequired:yesdefault:n/a
pipeline_id: GovTribe ID of the pipeline that owns the task context (required on every call).type:stringrequired:yesdefault:n/a
pursuit_id: GovTribe ID of the pursuit associated with the task context (required on every call).type:stringrequired:yesdefault:n/a
owner_model_id: Assign or reassign the task owner.type:stringrequired:nodefault:omit to keep current owner
name: Task name update.type:stringrequired:nodefault:omit to keep current nameshape:min length 1, max length 100
description: Task description update.type:stringrequired:nodefault:omit to keep current descriptionshape:max length 10000
dueDate: Due date update.type:stringrequired:nodefault:omit to keep current due dateshape:YYYY-MM-DD or ISO 8601
priority: Task priority update.type:string enumrequired:nodefault:omit to keep current priorityoptions:low,medium,high,urgent
comment: Comment to attach with the update.type:stringrequired:nodefault:omit for no comment updateshape:max length 1000
Output Contract
Top-level keys:
govtribe_idgovtribe_ai_summarygovtribe_typegovtribe_urlnamedescriptioncommentdue_datepast_duedue_soonprioritycompleted_atreopened_atcreated_atupdated_atownercreatorpipelinepursuitstage
Row keys:
n/a
Relationship retrieval map:
creatorresource_type:usertool:Search_Usersfilter:user_idsnested_keys:govtribe_id,govtribe_type,name,email
ownerresource_type:usertool:Search_Usersfilter:user_idsnested_keys:govtribe_id,govtribe_type,name,email
pipelineresource_type:pipelinetool:Search_Pipelinesfilter:creator_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name
pursuitresource_type:pursuittool:Search_Pursuitsfilter:creator_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name
stageresource_type:stagetool:Search_Stagesfilter:creator_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name,type
Usage Patterns
Pattern A: Reassign ownership, set priority, and update due date. Tool: Update_Task
Last updated
Was this helpful?
