You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapters/tasks.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,10 @@ Task has the following properties
10
10
* estimated_seconds: estimated duration of task in seconds (integer, not required)
11
11
* active: whether the task is done or not (boolean, by default true)
12
12
* at: timestamp that is sent in the response for PUT, indicates the time task was last updated
13
+
* tracked_seconds: total time tracked (in seconds) for the task
13
14
14
15
Workspace id (wid) and project id (pid) can't be changed on update.
15
16
16
-
###Additional fields###
17
-
It's possible to get additional info for the task. For that you have to send the `fields` parameter in request with desired property names separated by comma.
18
-
19
-
* done_seconds: duration (in seconds) of all the time entries registered for this task
20
-
* uname: full name of the person to whom the task is assigned to
0 commit comments