Simple plugin that lets you copy code from the IDE directly to a jira task(s), without using jira code formatter.
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Copy 2 Jira" > Install
-
Using JetBrains Marketplace:
Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.
You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
In order to use the plugin select a piece of code, right click (or use the context menu button) and select Copy 2 jira > Copy Code or Copy Code with Title
In a jira task, e.g. under comment, select Text
and past inn code.
Select Visual
to see the format.
NB! The plugin supports the following programming languages: ActionScript
, Ada
, AppleScript
, bash
, C
, C#
, C++
, CSS
, Erlang
, Go
, Groovy
, Haskell
, HTML
, Java
, JavaScript
, JSON
, Lua
, Nyan
, Objc
, Perl
, PHP
, Python
, R
, Ruby
, Scala
, SQL
, Swift
, VisualBasic
, XML
and YAML
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Plugin based on the IntelliJ Platform Plugin Template.