entries

Worktile# entries

Source:
项目的任务组(entry)接口

Methods

(static) create(params)

Source:
See:
创建任务组
Parameters:
Name Type Description
params object 参数
Properties
Name Type Description
pid string 项目pid
name string 任务组名称

(static) get(params)

Source:
See:
获取项目的任务组列表
Parameters:
Name Type Description
params object 参数
Properties
Name Type Description
pid string 项目pid

(static) remove(params)

Source:
See:
删除任务组
Parameters:
Name Type Description
params object 参数
Properties
Name Type Description
pid string 项目pid
entry_id string 任务组entry_id

(static) rename(params)

Source:
See:
任务组重命名
Parameters:
Name Type Description
params object 参数
Properties
Name Type Description
pid string 项目pid
entry_id string 任务组entry_id
name string 任务组名称

(static) unwatch(params)

Source:
See:
取消关注任务组
Parameters:
Name Type Description
params object 参数
Properties
Name Type Description
pid string 项目pid
entry_id string 任务组entry_id

(static) watch(params)

Source:
See:
关注任务组
Parameters:
Name Type Description
params object 参数
Properties
Name Type Description
pid string 项目pid
entry_id string 任务组entry_id