A simple Chrome extension that allows "Copy to clipboard" functionality in Jira Cloud. Quickly copy fields like issue id and title to the clipboard. You can configure which fields get copied and how it is formatted.
Forked from Jira-Snippet.
- "Copy to clipboard" button near the issue breadcrumb navigator.
This is always visible even when scrolling down the issue details. - "Copy to clipboard" button below the issue title.
A larger one, matching the Jira Cloud attachment and link buttons. - "Copy to clipboard" context option on hyperlink of any issue on the screen.
E.g., on the dashboard, linked issues, issues mentioned in comments, ...
No need to open the issue! Right-click the hyperlink and choose "Copy to clipboard" from the context menu. - Configure which fields get copied to the clipboard and in what format.
- Configure which buttons are shown.
- Support copy as text and as HTML to the clipboard.
When pasting in HTML supported editors (chat, email, ...) you have a link to the issue. - Supports dark mode.
- I recommend
{linkStart}{key}{linkEnd}: {title}
This extension hasn't been published to any browser marketplace. But you can install it from source code.
Note that enabling Developer Mode allows installing extensions not available on the browser web store. So there are no automatic updates and there is no verification performed by store owner (e.g. Google).
- Download the source files .zip from the latest release.
- Extract the zip file to a location of your choice.
- You can also clone the repo instead of downloading the .zip file.
- Enable Developer Mode in your browser:
- Open your browser.
- Navigate to the Extensions page by clicking the three vertical dots in the top-right corner, then
Extensions
>Manage Extensions
, or for Chrome by directly visitchrome://extensions/
. - Toggle the Developer mode switch in the top-right corner of the Extensions page.
- Load the extension:
- Click
Load unpacked
in the top-left corner of the Extensions page. - Navigate to the location where you unzipped the source code.
- Click
- Disable the Developer Mode again after loading the extension.
- This prevents that other unverified extensions get installed in case of phishing.
- Set your preferred options
- TODO