Description

Copies selected text or entire notes in Jira markup to the clipboard

Additional Information

Links:
Maintainers: muelleme
Version:1.0.0
Minimum app version:2.8
Downloads: This version:247
Last updated:2022-10-29T21:07:09Z

Joplin2Jira

This is a plugin for Joplin that adds a button to the toolbar to copy the selected text (or the entire note if nothing is selected) in Jira's markup format to the clipboard. Allow to quickly add notes or parts of notes as comments or descriptions to Jira issues.

All markdown to Jira syntax functionality is provided by the great jira2md module.

Building the plugin

The plugin is built using Webpack, which creates the compiled code in /dist. A JPL archive will also be created at the root, which can use to distribute the plugin.

To build the plugin, simply run npm run dist.