| << task (statussheet) << | Table Of Contents | >> taskattributes >> | 
| Keyword | task (timesheet) | 
| Purpose | Specifies an existing task that progress and status should be reported against. | |
| Syntax | task <task> { <attributes> } | |
| Arguments | task | ID of an already existing task | 
| Context | timesheet | |
| Attributes | end (timesheet), priority (timesheet), remaining, status (timesheet), work | 
timesheet r1 2009-11-30 +1w {
  task t1 {
    work 3d
    remaining 0d
    status green "All work done" {
      summary "I had good fun!"
      details -8<-
        This task went smoothly and I got three things done:
        * Have fun
        * Be on time
        * Get things done
      ->8-
    }
  }
}
| << task (statussheet) << | Table Of Contents | >> taskattributes >> |