atlassian-automation

Automate Atlassian operations through the Rube MCP gateway for integrated task management.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill atlassian-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atlassian-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/atlassian-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill atlassian-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of switching between AI interfaces and Atlassian tools, allowing for direct, automated interaction with Jira and Confluence workflows.

Core Features & Use Cases

  • Unified Tool Discovery: Dynamically fetch current Atlassian tool schemas to ensure compatibility.
  • Multi-Tool Execution: Chain complex operations like ticket creation, status updates, and comment posting in a single session.
  • Use Case: Automatically sync project updates from a chat conversation directly into Jira tickets without leaving the AI environment.

Quick Start

Use the atlassian-automation skill to search for available tools and create a new Jira issue based on the current project requirements.

Frequently Asked Questions about atlassian-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect my Atlassian account to the skill?

Connect your account by calling the RUBE_MANAGE_CONNECTIONS tool with the atlassian toolkit argument. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and available endpoints for Atlassian change frequently. Calling RUBE_SEARCH_TOOLS ensures you are using the most current tool slugs and argument structures, preventing execution errors.

Can I perform bulk operations on Jira tickets?

Yes, use the RUBE_REMOTE_WORKBENCH tool to run bulk operations via the run_composio_tool function. This allows for efficient processing of multiple tickets or project items in a single workflow.

What should I do if a tool execution fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS and ensure your arguments strictly match the schema returned by RUBE_SEARCH_TOOLS. Check that the memory parameter is included in your execution call.