Jira Details is a Chrome extension that allows users to extract and manage Jira issue details, including title and description. The extension provides features to copy details to the clipboard or save them as a file.
- Extract Jira issue title and description.
- Copy details to clipboard.
- Save details as a file.
- Lightweight and easy to use.
- Clone this repository:
git clone https://github.com/tshenolo/chrome-jira-details.git
- Open Chrome and navigate to
chrome://extensions/
. - Enable Developer mode (toggle in the top right corner).
- Click Load unpacked and select the
chrome-jira-details
folder from the cloned repository.
- Navigate to any Jira issue page.
- Click the Jira Details extension icon in the Chrome toolbar.
- Use the popup interface to copy details or save them as a file.
This extension requires the following permissions:
storage
- To store user preferences.activeTab
- To access the active tab and extract Jira details.scripting
- To run scripts on Jira pages.
chrome-jira-details/
├── background.js # Handles background tasks
├── manifest.json # Extension metadata and permissions
├── popup.html # UI for the extension
├── popup.js # Logic for the popup interface
├── icons/ # Extension icons
│ ├── 16.png
│ ├── 32.png
│ ├── 48.png
│ ├── 128.png
│ └── 512.png
├── README.md # Project documentation
Contributions are welcome! Feel free to open an issue or submit a pull request.
- Fork the repository.
- Create a new branch (git checkout -b feature-branch).
- Commit your changes (git commit -am 'Add new feature').
- Push to the branch (git push origin feature-branch).
- Create a new Pull Request.
This project is licensed under the MIT License.
For any inquiries or support, reach out via GitHub Issues.