atlassian-rovo
v1.0.6Manage Jira and Confluence fast. Includes 1 MCP server.
By AtlassianLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 20, 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 atlassian-rovo for Codex
codex plugin marketplace add FaLalens/codex-plugins-zh
codex plugin marketplace upgrade openai-curated
codex plugin add atlassian-rovo@openai-curatedPaste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.
Compatibility: the page URL and API slug “atlassian-rovo-3” remain stable.
- Codex:
atlassian-rovo-3@agent-plugin-marketplace→atlassian-rovo@openai-curated
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/FaLalens/codex-plugins-zhClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/atlassian-rovo/.
Plugin files
├── .codex-plugin/plugin.json└── .mcp.json
MCP servers1
- url
- https://mcp.atlassian.com/v1/mcp/authv2
Plugin manifests1
{
"name": "atlassian-rovo",
"version": "1.0.6",
"description": "Manage Jira and Confluence fast",
"author": {
"name": "Atlassian",
"url": "https://www.atlassian.com"
},
"homepage": "https://www.atlassian.com",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [
"atlassian",
"rovo",
"jira",
"confluence",
"issue tracking",
"project management",
"knowledge base"
],
"apps": "./.app.json",
"interface": {
"displayName": "Atlassian Rovo",
"shortDescription": "Manage Jira and Confluence",
"longDescription": "Manage Jira and Confluence fast",
"developerName": "Atlassian",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://www.atlassian.com",
"privacyPolicyURL": "https://www.atlassian.com/legal/privacy-policy",
"termsOfServiceURL": "https://www.atlassian.com/legal/cloud-terms-of-service",
"defaultPrompt": [
"Create Jira tasks in project Vita MVP"
],
"screenshots": [],
"brandColor": "#0052CC",
"composerIcon": "./assets/app-icon.png",
"logo": "./assets/logo.png",
"logoDark": "./assets/logo-dark.png"
}
}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.
[atlassian-rovo on Agent Plugins Marketplace](https://pluginsmp.com/plugins/atlassian-rovo-3)