| The TaskJuggler Manual | ||
|---|---|---|
| Prev | Chapter 7. Property Reference | Next |
date>
<text>journalentry
<date>
<text>
| |||
|---|---|---|---|
| Description | Journal entries are meant for documentation purposes. They consist of a date and a text entry. Each journal entry adds a new entry to the journal of the property. | ||
| Attributes | Name | Type | Description |
date | DATE | ||
text | STRING | ||
| Context | project, resource, task, | ||
| Inheritable | No | Scenario Spec. | No |
| See also | note, statusnote | ||
project journal "Project" "$Id" 2000-01-01 - 2000-01-04 {
journalentry 2000-01-02 "The project started."
journalentry 2000-01-03 "We made some progress."
}
resource tux "Tux" {
journalentry 2000-01-02 "This guy is a bummer."
}
task t1 "Task1" {
journalentry 2000-01-01 "Probably will be done sooner."
journalentry 2000-01-03 "Maybe not."
start 2000-01-01
milestone
}
taskreport "Tasks"