Skip to main content

WORKLOG_ADD

Constant WORKLOG_ADD 

Source
pub const WORKLOG_ADD: &str = "\
Record time spent on an issue.

```
ytcli issue worklog add PROJ-1 1h30m -m \"pairing on the migration\"
ytcli issue worklog add PROJ-1 45m --start 2026-08-27T09:00:00+0300
```

Durations are `1h30m`, `45m`, `2d`, `1w`, or ISO 8601. `--start` defaults to
now, which is what somebody logging time at the end of the work means.";