obsidian-jira

Organize Jira issues into categorized Obsidian notes with wiki synchronization.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jeehoon0310/claude-code-config --skill obsidian-jira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-jira
Source: https://github.com/jeehoon0310/claude-code-config/tree/main/project/skills/obsidian-jira
Command: npx skills add https://github.com/jeehoon0310/claude-code-config --skill obsidian-jira

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jira 이슈를 Obsidian 노트로 분류하고 Wiki에 반영하는 워크플로우를 자동화하여 팀의 지식 관리 효율을 높입니다.

Core Features & Use Cases

  • Atlassian MCP(JQL) 검색을 통해 이슈를 추출하고 프로젝트별로 분류합니다.
  • 요약, 링크, 속성 등을 포함한 Obsidian 노트를 자동으로 생성하고 Wiki를 갱신합니다.
  • /obsidian-jira 명령어와 옵션(--all, --list, --stats, -p, -d, -n)으로 워크플로우를 트리거합니다.

Quick Start

Run the obsidian-jira to start collecting Jira issues and organizing them into Obsidian notes.

Frequently Asked Questions about obsidian-jira

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

FAQPage Schema
How do I automatically sync Jira issues into Obsidian notes?

To sync Jira issues into Obsidian notes, this Skill scans issues via Atlassian MCP using JQL queries, classifies them into predefined project folders, and generates concise summaries with links and properties. It supports incremental updates and safeguards against duplicates without modifying source Jira data.

Can I organize Jira issues by project in Obsidian automatically?

Yes, you can organize Jira issues by project automatically. The Skill classifies issues extracted through Atlassian MCP into predefined project folders and generates human-readable Obsidian notes with wiki synchronization, ensuring structured project management documentation.

Does the obsidian-jira workflow modify my source Jira data?

The obsidian-jira workflow does not modify source Jira data. It strictly reads issues via Atlassian MCP using JQL and creates human-readable Obsidian notes with summaries and links, ensuring your original Jira project management data remains untouched.

What commands and options are available for the Jira to Obsidian workflow?

The Jira to Obsidian workflow is triggered using the /obsidian-jira command. It supports several options including --all, --list, --stats, -p, -d, and -n to control the extraction, categorization, and wiki synchronization of Jira issues.

How does incremental updating work when syncing Jira issues to Obsidian?

Incremental updating works by scanning Jira issues via Atlassian MCP using JQL and applying safeguards for duplicates. This ensures that only new or updated issues are categorized into project folders and synced to Obsidian notes, preventing redundant documentation.

Do I need Atlassian MCP to extract Jira issues for Obsidian notes?

Yes, Atlassian MCP is required to extract Jira issues for Obsidian notes. The workflow relies on Atlassian MCP to execute JQL queries, scan issues, and classify them into predefined project folders before generating the final summaries and wiki links.