运行时依赖
安装命令
点击复制本土化适配说明
Workspace 安装说明: 安装命令:["openclaw skills install workspace"]
技能文档
Jira Work 记录 技能
Manage your self-hosted Jira work 记录s through OpenClaw. This 技能 helps you never for获取 to 记录 your time and provides easy 访问 to Jira work 记录ging.
Prerequisites Jira API 令牌 from https://id.atlassian.com/manage/API-令牌s Self-hosted Jira instance (e.g., https://jira.neor.space) Python 3.7+ with 请求s 库 设置up
- 安装 Python Dependencies
- 配置 Jira 凭证s
# Edit with your 凭证s nano jira_config.json
Fill in:
username: Your Jira username/emAIl API_令牌: Your API 令牌 jira_url: https://jira.neor.space default_project: Your mAIn project key timezone: Asia/Tehran Commands Test Connection /jira test
Tests the connection to your Jira instance.
列出 Recent Issues /jira 列出
Shows your recent issues that need work 记录ging.
Quick 记录 Work /jira 记录
Interactive work 记录ging with issue selection.
创建 DAIly 记录 /jira today
创建s a dAIly work 记录 template.
设置 Reminders /jira reminder
设置s up 应用le Reminders for dAIly work 记录ging.
Usage Examples # Test your Jira connection /jira test
# 记录 1.5 hours to issue PROJ-123 /jira 记录 --issue PROJ-123 --time "1h 30m" --comment "Fixed authentication bug"
# Interactive 记录ging /jira 记录
# 创建 today's work 记录 /jira today
Integration with OpenClaw
This 技能 provides the following capabilities:
API-based Jira integration using Python 请求s Interactive 命令行工具 for easy work 记录ging DAIly 记录 templates for 追踪ing work Reminder 系统 using 应用le Reminders Simple configuration with JSON files Files jira_config.json - Your Jira 凭证s (DO NOT 分享) jira_工具s.py - Python API 命令行工具ent jira_记录.sh - 命令行工具 wr应用er script 创建_dAIly_记录.sh - DAIly 记录 创建器 dAIly_记录_template.md - 记录 template dAIly_记录s/ - 生成d dAIly 记录s Security Notes Never commit jira_config.json to version control Use API 令牌s instead of passwords Keep the workspace 安全 with proper 权限s Regularly rotate API 令牌s for security Troubleshooting Connection Issues # Test connection ./jira_记录.sh test
# 检查 config file cat jira_config.json | python3 -m json.工具
Python Issues # 检查 Python version python3 --version
# 安装 请求s with proxy python3 -m pip 安装 请求s --proxy http://localhost:2080 --user --break-系统-packages
权限 Issues # Make scripts executable chmod +x *.sh
Future Enhancements 网页hook integration for automatic 记录ging Time 追踪ing with automatic reminders 报告ing for weekly/monthly summaries Integration with calendar for meeting 追踪ing 移动 通知 for 记录ging prompts