A Chrome extension that allows you to copy the Jira issue number of the currently viewed Jira page to your clipboard using a customizable keyboard shortcut.
- Copies the Jira issue number (e.g.,
PROJECT-123
) from Jira pages, whether it's in the URL path (/browse/
or/issues/
) or a query parameter (?selectedIssue=...
). - Displays a visual message when copying is successful or if an error occurs.
- Customizable keyboard shortcut.
- Clone or download this repository to your computer:
git clone https://github.com/schurter-wallee/copy-jira-extension.git
- Navigate to the folder where the files are stored.
- Open Chrome and go to
chrome://extensions/
. - In the top-right corner, enable Developer Mode by toggling the switch.
- Click the Load unpacked button in the top-left corner.
- Select the folder containing the extension files (e.g., the folder with
manifest.json
).
- The extension should now appear in your list of installed extensions.
- Pin the extension to your toolbar for easy access (optional).
The default shortcut is Ctrl+Shift+I (or Command+Shift+I on Mac).
- Open a Jira page with an issue number (e.g., https://yourcompany.atlassian.net/browse/PROJECT-123).
- Press the keyboard shortcut to copy the issue number to your clipboard.
- A success message will appear in the bottom-right corner of the page.
- Go to
chrome://extensions/shortcuts
in Chrome. - Find the extension (Jira Issue Number Copier) in the list.
- Click the shortcut field and press the desired key combination to set your custom shortcut.
- If no issue number is found, a message will notify you.
- If the clipboard action fails, ensure the page is focused and you are on a Jira domain (
*.atlassian.net
or*.jira.com
).
- Open
chrome://extensions/
. - Find the extension and click the Remove button.