Skill
Workspace
Manage your self-hosted Jira work logs by logging time, creating daily templates, listing issues, testing connection, and setting Apple Reminders.
When to use Workspace
Choose if
You're on self-hosted Jira and want a CLI-based time-logging companion — daily templates, time logging on issues, issue listing, connection testing, and optional Apple Reminders integration. Picks over the Jira web UI when the user prefers terminal-driven flows or wants an agent to draft daily logs.
Avoid if
You use Jira Cloud (the skill is self-hosted-only per README), or your organization prohibits API tokens, or you need webhook-driven automation (README lists this as a future enhancement, not present today). Also avoid if you cannot safely store Jira credentials in a local plaintext config file outside version control.
Risk Flags
- MEDIUM auth README warns "Never commit jira_config.json to version control" — credentials including Jira API token live in a plaintext config file the user must protect manually.
- MEDIUM scope Self-hosted Jira only — README states it does not work against Jira Cloud and requires organizational permission to use API tokens.
- LOW scope No built-in webhook automation; README lists it as a future enhancement.
Cost
Type: Unknown
Dependencies
Minimum runtime: Python 3.7+ with the requests library (README "Requirements" section)
Distribution
- ClawHub
workspace- License
- MIT-0