Process pending worklogs and post them to Jira
/plugin marketplace add Lobbi-Docs/claude/plugin install jira-orchestrator@claude-orchestration# Process Pending Worklogs This command processes any queued worklog entries and posts them to Jira. ## Overview When Claude commands execute, execution time is tracked and queued to files in `.claude/orchestration/db/pending_worklogs/`. This command reads those files and posts them to Jira using the MCP API. ## Step 1: Find Pending Worklogs ## Step 2: Process Each Worklog For each pending worklog file: ### 2.1 Read Worklog Data ### 2.2 Post to Jira Use MCP tool to add worklog: ### 2.3 Move to Processed On success: - Move file to `pending_worklogs/processed/` - Log success me...