jira
v0.9.5A plugin to automate tasks with Jira
By github.com/openshift-eng114 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 14 skill or MCP entries
- Source updated
- Aug 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install jira@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/openshift-eng/ai-helpersClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/jira/.
Plugin files
├── .claude-plugin/plugin.json├── skills/catch-me-up/SKILL.md├── skills/categorize-activity-types/SKILL.md├── skills/create/SKILL.md├── skills/create-release-note/SKILL.md├── skills/extract-prs/SKILL.md├── skills/generate-enhancement/SKILL.md├── skills/jira-conventions/SKILL.md├── skills/jira-doc-generator/SKILL.md├── skills/jira-issues-by-component/SKILL.md├── skills/jira-validate-blockers/SKILL.md├── skills/ready-to-solve/SKILL.md├── skills/status-analysis/SKILL.md├── skills/validate-bug/SKILL.md└── .mcp.json
Included Skills13
Gather and classify recent Jira activity to surface what needs attention
Categorize Jira issues into Red Hat Sankey Activity Type categories using MCP Jira tools. Supports single-issue and batch modes. Use when the user wants to categorize or set activity types on Jira issues, or mentions activity types, work types, Sankey, or capacity allocation.
Create Jira issues — story, bug, epic, feature, initiative, task, risk, spike, or feature-request — with CNTRLPLANE, OCPBUGS, GCP, HyperShift, ARO, ROSA conventions and type-specific templates
Detailed implementation guide for generating bug fix release notes from Jira and GitHub PRs
Recursively extract GitHub Pull Request links from Jira issues
Generate OpenShift enhancement proposal markdown from Jira epic or feature content
Project and team-specific Jira conventions for CNTRLPLANE, OCPBUGS, GCP, HyperShift, and hosted control plane issues
Detailed implementation guide for recursively analyzing Jira features and generating comprehensive documentation
Provides secure curl wrapper for the jira:issues-by-component command to prevent token exposure
Detailed implementation guide for validating proposed release blockers
Check whether a Jira issue is well-groomed and ready for /jira:solve
Shared engine for analyzing Jira issue activity and generating status summaries
Diagnose and fix jira/invalid-bug on PRs by running the same 7 checks as the jira-lifecycle-plugin
MCP servers1
- url
- https://mcp.atlassian.com/v1/mcp?capabilities=READ_JIRA,WRITE_JIRA,SEARCH_JIRA,READ_CONFLUENCE,WRITE_CONFLUENCE,SEARCH_CONFLUENCE,SEARCH_ATLASSIAN
Plugin manifests1
{
"name": "jira",
"description": "A plugin to automate tasks with Jira",
"version": "0.9.5",
"author": {
"name": "github.com/openshift-eng"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[jira on Agent Plugins Marketplace](https://pluginsmp.com/plugins/jira)