繁體中文 | English
A Chrome extension that lets you copy Jira issue IDs with a single click. Works on all *.atlassian.net pages.
A small copy button appears when you hover over any Jira issue link on the page. Click it to instantly copy the issue ID to your clipboard.
On navigation breadcrumbs:
On board cards:
Click the extension icon in the toolbar to see all Jira issue IDs found on the current page. Each ID is shown with its issue type (Epic, Story, Bug, Sub-task, Task, etc.). Click the copy icon on any row to copy that ID.
Choose your preferred language (English / Traditional Chinese) from the settings page.
Or install manually — see Development below.
Works on all *.atlassian.net pages. Detects issue IDs from:
/browse/PROJECT-123/.*?selectedIssue=PROJECT-123
pnpm install| Command | Description |
|---|---|
pnpm build |
Development build |
pnpm release |
Production build |
pnpm publish:ext |
Interactive version bump + production build + zip to releases/ |
pnpm start |
Watch mode with auto-reload |
pnpm test |
Run tests |
- Run
pnpm build - Open
chrome://extensions - Enable Developer mode
- Click Load unpacked and select the
dist/folder
- Manifest: V3
- Build: Rollup + Babel
- UI: React 17 (popup)
- Tests: Jest + jest-chrome
MIT




