No description
Find a file
2026-01-08 22:15:12 +01:00
.github Major cleanup before release 2025-05-06 22:07:59 +02:00
.editorconfig Add a first working draft for the plugin 2025-02-19 00:30:29 +01:00
.eslintignore Add a first working draft for the plugin 2025-02-19 00:30:29 +01:00
.eslintrc Add a first working draft for the plugin 2025-02-19 00:30:29 +01:00
.gitignore Add a first working draft for the plugin 2025-02-19 00:30:29 +01:00
.npmrc Add a first working draft for the plugin 2025-02-19 00:30:29 +01:00
esbuild.config.mjs Add a first working draft for the plugin 2025-02-19 00:30:29 +01:00
LICENSE Add a first working draft for the plugin 2025-02-19 00:30:29 +01:00
main.ts Refactor linker to not use innerHTML internally 2026-01-08 22:15:12 +01:00
manifest.json 1.0.0 2025-05-06 22:08:07 +02:00
package-lock.json 1.0.0 2025-05-06 22:08:07 +02:00
package.json 1.0.0 2025-05-06 22:08:07 +02:00
README.md Major cleanup before release 2025-05-06 22:07:59 +02:00
styles.scss Add a first working draft for the plugin 2025-02-19 00:30:29 +01:00
tsconfig.json Add a first working draft for the plugin 2025-02-19 00:30:29 +01:00
version-bump.mjs Add a first working draft for the plugin 2025-02-19 00:30:29 +01:00
versions.json 1.0.0 2025-05-06 22:08:07 +02:00

Atlassian Jira Auto-Linker

This Obsidian plugin automatically converts Atliassian Jira issue IDs to clickable links when viewing a note in view mode.

Installation

From Community Plugins (Coming soon...)

  1. Open Obsidian.
  2. Go to Settings > Community plugins.
  3. Click on Browse and search for Atlassian Jira Auto-Linker.
  4. Click Install and then Enable.

From Release Download

  1. Download the latest release from the GitHub releases page.
  2. Extract the downloaded zip file.
  3. Copy the extracted folder to your Obsidian plugins directory: /.obsidian/plugins/.
  4. Open Obsidian and go to Settings > Community plugins. Click the reload icon.
  5. Find Atlassian Jira Auto-Linker and click Enable.

Configuration

  1. Open Obsidian.
  2. Go to Settings > Atlassian Jira Auto-Linker.

Project Registration

For this plugin to work, you have to specify which project issues should automatically be linked.

  1. Enter your project key, which is something like APP, WRK or something similar. Do not include an issue number.
  2. Enter your own Jira company URL, which is something like https://my-company.atlassian.net.
  3. Click Add.

❤️ Support my work via Patreon, Github Sponsors or Liberapay.