atlassian

Manage Jira issues and Confluence pages via REST APIs.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/boazy/skills --skill atlassian-boazy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atlassian
Source: https://github.com/boazy/skills/tree/main/skills/atlassian
Command: npx skills add https://github.com/boazy/skills --skill atlassian-boazy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines workflows by enabling direct interaction with Jira and Confluence, eliminating the need for manual UI operations or complex API calls.

Core Features & Use Cases

  • Jira Issue Management: Create, search, update, and comment on Jira issues.
  • Confluence Page Management: Create, search, get, and update Confluence pages, including managing page properties and personal spaces.
  • Use Case: Automatically create a Jira ticket for a new bug reported in a Confluence page, or update a Confluence page with the latest status of a Jira issue.

Quick Start

Use the atlassian skill to create a new Jira issue with the summary 'Fix login bug'.

Frequently Asked Questions about atlassian

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

FAQPage Schema
How do I automate Jira issue creation and updates without manual UI operations?

Automating Jira issue management is achieved by interacting directly with Jira REST APIs. This approach supports comprehensive CRUD operations, allowing you to programmatically create, search, update, and comment on issues while eliminating manual UI workflows.

Can I manage Confluence pages and personal spaces via API?

Managing Confluence pages and personal spaces via API is fully supported. You can perform CRUD operations to create, search, get, and update pages, while also handling advanced features like Confluence page property management and personal space operations.

What's the best way to link a new bug report in Confluence to a Jira issue?

Linking a Confluence bug report to a Jira issue involves using REST APIs to interact with both platforms. You can extract data from Confluence pages and utilize Jira issue linking features to automatically create tickets and establish connections between documentation and issue tracking.

Do I need environment variables for secure authentication with Jira and Confluence APIs?

Environment variables are required for secure authentication when interacting with Jira and Confluence APIs. This integration ensures credentials are safely managed, allowing the automated workflow to authenticate requests without hardcoding sensitive information directly into scripts.

Does this approach support updating Confluence page properties and Jira issue linking?

Updating Confluence page properties and Jira issue linking are both supported advanced features. Through direct REST API interaction, you can manage specific page properties, link related issues together, and handle personal space operations comprehensively.

What are the limitations of workflow automation with direct REST API calls?

Workflow automation with direct REST API calls requires technical knowledge of API structures and proper environment variable configuration. It focuses strictly on issue and page management, meaning complex UI customizations or native third-party app integrations are not handled by these scripts.