youtrack track-time
vp-utils youtrack track-time¶
Track time spent on tasks in YouTrack
Synopsis¶
Track time spent on tasks in YouTrack.
Examples¶
vp-utils youtrack track-time --token <token> --url <url> --issue-id <issue-id> --note "Worked on feature X" --date "2023-10-01" --minutes 30
Options¶
-d, --date string Date for the time tracking entry (format: YYYY-MM-DD)
-h, --help help for track-time
-H, --hours int Number of hours spent on the task
-i, --issue-id string ID of the issue to track time for
-m, --minutes int Number of minutes spent on the task
-n, --note string Note to add to the time tracking entry
-t, --token string Personal access token for YouTrack
-u, --url string URL of the YouTrack instance
SEE ALSO¶
- vp-utils youtrack - YouTrack CLI Utils