Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Jira Issue Notes

maksim77maksim7730 downloads

Integration for accessing and managing Jira issues directly in your notes

Add to Obsidian
  • Overview
  • Scorecard
  • Updates5

A plugin for Obsidian that enables you to create Markdown notes from Jira issues and keep them up to date automatically. Easily generate notes from your Jira tickets and ensure your vault always reflects the latest issue status.

Features

  • Fetch Jira issues and save them as Markdown notes using a customizable template.
  • Update individual or all tracked issues with a single click.
  • Create new issue notes from selected text in the editor.
  • Manage your Jira connection and tracked issues from the settings tab.
  • Status bar button for quick updates of the current issue note.
  • Supports ignoring TLS certificate errors (for self-signed Jira servers).

Installation

  1. Manual Installation

    • Download the latest release of the plugin from the GitHub Releases page.
    • Place the downloaded file into a subfolder within your Obsidian vault’s .obsidian/plugins/ directory.
  2. Via Community Plugins

    • (Not yet available in the community plugins list.)

Usage

  1. Configure Settings

    • Go to Settings → Jira Plugin.
    • Enter your Jira API URL, username, and password.
    • Set the path where issue notes will be saved (e.g., jira).
    • Optionally, customize the Markdown template for issue notes.
    • Toggle "Ignore TLS certificate errors" if your Jira server uses a self-signed certificate.
  2. Creating an Issue Note

    • Select an issue key (e.g., PROJ-123) in the editor.
    • Run the command palette and select Jira: Create issue.
    • The plugin will fetch the issue from Jira, create a note using your template, and link it.
  3. Updating Issues

    • Open an issue note and click the status bar button to update it.
    • Or, use the command palette:
      • Jira: Update issue updates the current issue note.
      • Jira: Update all issues updates all tracked issues.
  4. Managing Issues

    • In the settings tab, view, add, or remove tracked issues.

Template

The template is filled with data received from Jira. You can explore the available data fields by performing a curl request to your Jira API, for example:

curl -u your-username:password https://jira.example.com/rest/api/2/issue/PROJ-123

The template uses Nunjucks syntax.

Example template

---
jira_assignee: "[[{{ fields.assignee.displayName }}]]"
jira_reporter:  "[[{{ fields.reporter.displayName }}]]"
jira_type:  {{ fields.issuetype.name }}
jira_project: {{fields.project.key}}
jira_status: {{fields.status.name}}
jira_summary: {{ fields.summary }}
jira_priority: {{fields.priority.name}}
jira_link: https://jira.example.com.com/browse/{{key}}
jira_components: [{% for comp in fields.components %}"{{ comp.name }}"{% if not loop.last %}, {% endif %}{% endfor %}]
---
# [[{{ key }}]]

{{ fields.description }}

License

MIT. See LICENSE for details.

Support & Feedback

For questions, suggestions, or bug reports, please open an issue on the GitHub repository.

73%
HealthGood
ReviewCaution
About
Create Markdown notes from Jira issues using a customizable template and keep them synced with your vault. Update individual or all tracked issues, generate notes from selected editor text, and manage your Jira connection and tracked issues with a status bar quick-update button.
IntegrationsProject managementStatus bar
Details
Current version
1.1.1
Last updated
9 months ago
Created
12 months ago
Updates
5 releases
Downloads
30
Compatible with
Obsidian 0.15.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
maksim77maksim77
mak-sim.ru
GitHubmaksim77
  1. Community
  2. Plugins
  3. Integrations
  4. Jira Issue Notes

Related plugins

Super Simple Time Tracker

Multi-purpose time trackers for your notes.

Local REST API & MCP Server

Unlock your automation needs by interacting with your notes over a secure REST API.

BRAT

Easily install a beta version of a plugin for testing.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.

Tasks

Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

Longform

Helps you write and edit novels, screenplays, and other long projects.

Zotero Integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.

Readwise Official

Sync highlights from Readwise to your vault.

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.