Skip to content

jira worklog

  • Usage: jira worklog [flags]

Log and review time against issues. jira worklog add records time with a duration and optional comment; jira worklog list shows the entries on an issue.

Durations use Jira workday semantics — workday_seconds on the profile sets the day length, so 1d is a working day, not 24 hours.

Examples

jira worklog add PROJ-123 --time-spent 2h30m
jira worklog list PROJ-123 # (1)!
  1. Review logged time on an issue

Subcommands