atlassianapi

Automate Jira and Confluence REST API interactions with JSON payloads.

18|2|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/Lobbi-Docs/claude --skill atlassianapi-lobbi-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atlassianapi
Source: https://github.com/Lobbi-Docs/claude/tree/main/.claude/skills/atlassian-api
Command: npx skills add https://github.com/Lobbi-Docs/claude --skill atlassianapi-lobbi-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies complex integrations with Jira and Confluence, enabling seamless automation of tasks, data synchronization, and custom workflows across the Atlassian suite.

Core Features & Use Cases

  • Jira API: Programmatically manage issues, sprints, and boards, and perform JQL searches.
  • Confluence API: Create, update, and search Confluence pages.
  • Webhooks: Set up and handle Atlassian webhooks for real-time event processing.
  • Use Case: Automatically update a Jira issue's status to "In Review" when a GitHub Pull Request linked to it is opened, and then generate a Confluence page with release notes once a version is marked as "Done" in Jira.

Quick Start

Use the atlassianapi skill to create a Jira issue in project 'GA' with summary 'Investigate new API endpoint' and type 'Task'.

Frequently Asked Questions about atlassianapi

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

FAQPage Schema
How do I automate Jira issue creation and status updates with API calls?

Automate Jira issue creation and status transitions using the Atlassian REST API with programmatic issue management. This Skill handles issue creation, JQL searches, and status transitions (like moving issues to 'In Review') without manual API calls, supporting JSON payloads and standard HTTP methods.

Can I sync Jira and Confluence data across workflows automatically?

Yes, cross-platform synchronization between Jira and Confluence is supported through REST API interactions. This Skill enables workflows where Jira issue status changes trigger Confluence page creation—for example, generating release notes when a version moves to 'Done'.

What authentication does the Atlassian API integration require?

Atlassian API integration requires API token-based authentication or Python client usage. The Skill handles token validation and standard HTTP methods (GET, POST, PUT) for secure, programmatic access to Jira and Confluence endpoints.

How do webhooks work with Jira and Confluence automation?

Webhooks enable real-time event processing for Jira and Confluence actions. This Skill sets up and handles Atlassian webhooks so your workflows respond instantly to events like issue creation, status changes, or page updates without polling.

Can I query Jira issues by specific criteria and automate responses?

Yes, JQL (Jira Query Language) searches retrieve issues matching specific criteria programmatically. This Skill performs filtered searches and automates responses—like updating linked issues or posting comments—based on query results.

What are the limitations when integrating with Atlassian APIs at scale?

API rate limits, authentication token expiration, and payload size constraints apply to Atlassian endpoints. Standard error handling is included, but managing large batch operations, concurrent requests, and webhook delivery reliability requires monitoring and retry logic.