updated 7d ago
Update Jira issues based on today's TODO accomplishments.
What can you do with Edge Ic:update Jira?
name: edge-ic:update-jira description: Update Jira issues based on today's TODO accomplishments allowed-tools:
- Read
- mcp__atlassian__jira_add_comment
- mcp__atlassian__jira_transition_issue
- mcp__atlassian__jira_add_worklog
- AskUserQuestion user-invocable: true
IC: Update Jira
Update Jira issues based on today's TODO accomplishments.
Task
Read today's TODO file and update related Jira issues with accomplishments, status changes, and comments based on completed and in-progress work.
Instructions
- Read today's TODO file:
$HOME/.daily/YYYY/MM/YYYY-MM-DD.md - Identify Jira issues: Extract ticket keys and accomplishment text
- Prompt for updates for each ticket
- Execute updates using MCP tools:
mcp__atlassian__jira_add_commentmcp__atlassian__jira_transition_issuemcp__atlassian__jira_add_worklog
- Display summary with clickable Jira links
Important
- Only process tickets from today's TODO
- Prompt before making any changes
- Preserve accomplishment text when adding comments
- Validate status transitions
- Use batch operations for efficiency
Install
Add Edge Ic:update Jira to your client. Pick the one you use.
npx skills add openshift-eng/edge-toolingInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add openshift-eng/edge-toolingAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/openshift-eng/edge-tooling
cp -r plugins/edge-ic/skills/update-jira ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
Score
47 / 100
Adequate