Skip to content

daaru00/obsidian-jira-issue

Repository files navigation

Obsidian Jira Issue Plugin

An Obsidian.md plugin that show Jira issue details.

Requirements

  • A Jira instance endpoint (Cloud or Server)
  • An Atlassian account email and API token

Installation

Download zip archive from GitHub releases page and extract it into <vault>/.obsidian/plugins directory.

Configurations

In order to show issues details the plugin need to be configured with host, email and API token configuration.

credentials settings

Usage

Add this code block where you want to show the issue widget:

```jira
JRA-123
```

or add multiple keys, one for each line, to show a grid of widgets:

```jira
JRA-123
JRA-124
JRA-125
JRA-126
JRA-127
JRA-128
```

Open the preview mode to see issue's details:

issue details

Usage with Time Tracker

This plugin is compatible with Time Tracker Plugin, you can start a timer and save it as Jira Work Log:

issue time tracker