log-work

Log work and time on Jira issues via Python script.

1|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/ericfisherdev/claude-plugins --skill log-work-ericfisherdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: log-work
Source: https://github.com/ericfisherdev/claude-plugins/tree/main/plugins/jira-tools/skills/log-work
Command: npx skills add https://github.com/ericfisherdev/claude-plugins --skill log-work-ericfisherdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of logging work and time spent on Jira issues, streamlining project management and time tracking.

Core Features & Use Cases

  • Log Work: Record time spent on specific Jira issues with optional comments and start times.
  • Estimate Adjustment: Automatically or manually adjust the remaining estimate for an issue after logging work.
  • Use Case: Quickly log 2 hours of development time against the 'PROJ-123' Jira ticket, including a brief comment about the work done.

Quick Start

Use the log_work.py script to log 2 hours of work on issue PROJ-123.

Frequently Asked Questions about log-work

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I log work and time spent on Jira issues automatically?

To log work on Jira issues automatically, use a Python script that integrates directly with the Jira API to record time durations, comments, and start times for real-time updates.

Can I adjust the remaining estimate on a Jira ticket after logging time?

Yes, you can adjust the remaining estimate on a Jira ticket after logging time, either automatically or manually, to keep your project management tracking accurate.

What details do I need to provide to log time against a Jira issue?

To log time against a Jira issue, you need to specify the issue key, time duration, and optionally include comments, start times, and estimate adjustments for the worklog entry.

Does the worklog script support adding comments to time entries?

Yes, the worklog script supports adding optional comments to your time entries, allowing you to briefly describe the work done on the specific Jira ticket.

Do I need any external dependencies to run the Jira time tracking script?

No external dependencies are required to run the Jira time tracking script, as it operates independently using built-in Python scripts and references to communicate with the Jira API.