atlassianapi

Automate Jira and Confluence workflows via Atlassian REST APIs.

1|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/markus41/lobbi-design-system --skill atlassianapi-markus41
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atlassianapi
Source: https://github.com/markus41/lobbi-design-system/tree/main/.claude/skills/atlassian-api
Command: npx skills add https://github.com/markus41/lobbi-design-system --skill atlassianapi-markus41

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, atlassian-python-api.

What problem does it solve?

This Skill simplifies complex integrations and automations across Jira and Confluence, eliminating manual data entry and ensuring seamless synchronization between your Atlassian tools and other platforms.

Core Features & Use Cases

  • Jira REST API: Interact with Jira issues, JQL search, sprints, and boards for comprehensive project automation.
  • Confluence REST API: Manage pages, spaces, and content for automated documentation and knowledge base updates.
  • Webhooks & Automation: Set up webhook handlers and create automation recipes (e.g., sync GitHub PRs to Jira, auto-generate release notes).
  • Use Case: Automatically create a Confluence page with release notes by pulling all completed Jira issues for a specific version, saving hours of manual reporting.

Quick Start

Create a Jira issue in project GA with summary "Automate daily standup report" 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 updates using the REST API?

Automate Jira workflows by using the REST API to create issues, update fields, add comments, and transition states programmatically. This Skill handles authentication via API tokens and executes HTTP requests with JSON payloads, eliminating manual ticket management across projects.

Can I sync data between Jira, Confluence, and external tools like GitHub?

Yes. This Skill enables cross-platform synchronization by interfacing with both Jira and Confluence REST APIs. Pull completed issues to auto-generate Confluence release notes, sync GitHub PRs to Jira tickets, and keep your tools in sync without manual data entry.

What authentication methods does the Atlassian API integration support?

This Skill supports authentication via API tokens using the atlassian-python-api library and the requests module. Token-based auth connects securely to both Jira and Confluence REST endpoints for automation scripts and webhook handlers.

How do I set up webhooks to trigger automated workflows between Atlassian tools?

Configure webhook handlers to listen for events in Jira or Confluence, then execute automation recipes—like triggering Confluence page creation when Jira issues reach a specific status or searching issues with JQL to pull data for reports.

Do I need to write custom code to search issues and manage Confluence pages?

This Skill handles JQL searches, page creation, space management, and content updates through REST API calls. You provide the query or page details; the Skill executes HTTP requests and returns structured results, reducing custom scripting.

What's the difference between using this Skill versus manual Atlassian tool administration?

Manual administration requires repetitive data entry and lacks real-time synchronization. This Skill automates issue creation, updates, searches, and cross-tool syncing, saving hours on tasks like generating release notes from completed Jira issues.