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.
This plugins supports creating and updating jira issues from obsidian using the command palette, there are 3 commands:
Is required the following information for authentication and to know the url to the api.
node --version
).npm i
or yarn
to install dependencies.npm run dev
to start compilation in watch mode.main.js
, styles.css
, manifest.json
to your vault VaultFolder/.obsidian/plugins/your-plugin-id/
.