No description
Find a file
2025-01-02 19:42:05 +01:00
.github/workflows release yml 2024-12-12 09:36:10 +01:00
.editorconfig First push 2024-12-12 09:32:49 +01:00
.eslintignore First push 2024-12-12 09:32:49 +01:00
.eslintrc First push 2024-12-12 09:32:49 +01:00
.gitignore First push 2024-12-12 09:32:49 +01:00
.npmrc First push 2024-12-12 09:32:49 +01:00
esbuild.config.mjs First push 2024-12-12 09:32:49 +01:00
LICENSE Initial commit 2024-12-12 09:25:18 +01:00
main.ts more changes for obisidan review 2025-01-02 19:42:05 +01:00
manifest.json ready for obsdian reviewing 2024-12-12 09:58:42 +01:00
package.json First push 2024-12-12 09:32:49 +01:00
README.md First push 2024-12-12 09:32:49 +01:00
styles.css First push 2024-12-12 09:32:49 +01:00
tsconfig.json First push 2024-12-12 09:32:49 +01:00
version-bump.mjs First push 2024-12-12 09:32:49 +01:00
versions.json First push 2024-12-12 09:32:49 +01:00
yarn.lock First push 2024-12-12 09:32:49 +01:00

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/.