Jira Issue managing
by Amplia
Score: 15/100
favorite
share
Description
Category: 3rd Party Integrations

The Jira Issue Managing plugin integrates Jira functionality into Obsidian, enabling users to manage Jira issues directly from their notes. With this plugin, users can import Jira issue details into Markdown files, create new issues in Jira by specifying priorities and summaries, and update existing issues based on frontmatter metadata. It simplifies project management workflows by providing a seamless connection between Obsidian and Jira, complete with modal suggestions for selecting projects and issue types. The plugin requires authentication details, including username, password, and API URL, to interact with Jira effectively.

Stats
5
stars
167
downloads
2
forks
83
days
87
days
109
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
2
total issues
2
open issues
0
closed issues
9
commits
Latest Version
4 months ago
Changelog

Changed id and name for obsidian guidelines

README file from

Obsidian to Jira Plugin

This plugins supports creating and updating jira issues from obsidian using the command palette, there are 3 commands:

  • Import issue from Jira: Let you import a issue information to a MD file inside a new jira-issues directory (There is a ribbon icon for this too)
  • Update issue to Jira: Let you update a issue to Jira, with a key, priority and summary from the frontmatter.
  • Create issue in Jira: Let you create a issue to Jira, with a priority and summary from the frontmatter. Will let you choose with suggests modals the project and issue type.

Configuration

Is required the following information for authentication and to know the url to the api.

  • Username
  • Password
  • Url

How to use

  • Clone this repo.
  • Make sure your NodeJS is at least v16 (node --version).
  • npm i or yarn to install dependencies.
  • npm run dev to start compilation in watch mode.

Manually installing the plugin

  • Copy over main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/your-plugin-id/.