task_update: Update a task

task_updateR Documentation

Update a task

Description

Update a task

Usage

task_update(
  project_id,
  task_id,
  name,
  billable = NULL,
  status = NULL,
  assignee_id = NULL
)

Arguments

project_id

Project ID

task_id

Task ID

name

Task name

billable

Is the task billable?

status

Is the task ACTIVE or DONE?

assignee_id

Assignee ID

Examples

## Not run: 
task_update("630ce53290cfd8789366fd49", "630ce57e25e863294e5c6cf2", "Tests")
task_create("630ce53290cfd8789366fd49", "630ce80a7f07da44c14ca9a2", "Docs", FALSE)

## End(Not run)

clockify documentation built on Sept. 2, 2023, 9:08 a.m.