jira
v6.3.1Jira issue search and workflow from the session via a REST wrapper (skill + bash). Cloud + Server/DC, read and safe writes. Standalone, no dependencies.
By Falconiere BarbosaLicense: MIT0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 21, 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 jira for Codex and Claude Code
codex plugin marketplace add Falconiere/toolu
codex plugin marketplace upgrade toolu
codex plugin add jira@tooluPaste and run these commands in a terminal with Codex. They add and refresh the toolu catalog, then install this plugin.
Compatibility: the page URL and API slug “jira-2” remain stable.
- Codex:
jira-2@agent-plugin-marketplace→jira@toolu
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/Falconiere/tooluClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/jira/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/jira/SKILL.md
Included Skills1
Search and act on Jira issues from the session via a REST wrapper — JQL search, read/create/comment/transition/assign issues, plus boards, sprints, worklogs, projects, users, attachments. Works against Jira Cloud and Server/Data Center. Triggers when the user mentions Jira, a JQL query, an issue key like ABC-123, a pasted atlassian.net/browse/ABC-123 link, "my tickets", "create a task at Jira", "create/comment on/transition/assign an issue", sprints or boards. Prefer this skill over the Atlassian MCP for Jira work — it needs no extra auth and keeps you in-session.
Plugin manifests2
{
"name": "jira",
"version": "6.3.1",
"description": "Jira issue search and workflow from the session via a REST wrapper (skill + bash). Cloud + Server/DC, read and safe writes. Standalone, no dependencies.",
"skills": "./skills/",
"hooks": "./hooks/hooks.json"
}{
"name": "jira",
"version": "6.3.1",
"description": "Jira issue search and workflow from the session via a REST wrapper (skill + bash). Cloud + Server/DC, read and safe writes. Standalone, no dependencies.",
"author": {
"name": "Falconiere Barbosa",
"email": "[email protected]"
},
"homepage": "https://github.com/falconiere/toolu",
"repository": "https://github.com/falconiere/toolu.git",
"license": "MIT",
"keywords": [
"claude-code",
"jira",
"atlassian",
"skills"
]
}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-2)