Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ltpquang/collapse-jira-swimlanes
Collapse 'Done' swimlanes in Jira board
https://github.com/ltpquang/collapse-jira-swimlanes
agile chrome-extension hacktoberfest jira
Last synced: 21 days ago
JSON representation
Collapse 'Done' swimlanes in Jira board
- Host: GitHub
- URL: https://github.com/ltpquang/collapse-jira-swimlanes
- Owner: ltpquang
- Created: 2024-10-02T05:25:47.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T08:18:24.000Z (3 months ago)
- Last Synced: 2024-10-30T12:07:37.795Z (2 months ago)
- Topics: agile, chrome-extension, hacktoberfest, jira
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Collapse Jira Swimlanes
## Introduction
**Collapse Jira Swimlanes** is a browser extension designed to enhance your Jira board experience by injecting a custom button that allows you to collapse all "Done" swimlanes with a single click. This helps in keeping your board clean and focused on the tasks that are still in progress.
![img.png](img.png)
![img_1.png](img_1.png)
## Purpose
The main purpose of this extension is to improve productivity by reducing visual clutter on Jira boards. By collapsing completed swimlanes, users can easily focus on the tasks that need their attention.
## Installation
1. Clone the repository to your local machine:
```sh
git clone https://github.com/ltpquang/collapse-jira-swimlanes.git
```2. Navigate to the project directory:
```sh
cd collapse-jira-swimlanes
```3. Open your browser and go to the extensions page:
- For Chrome: `chrome://extensions/`
- For Firefox: `about:addons`4. Enable "Developer mode" (for Chrome) or "Debug mode" (for Firefox).
5. Click on "Load unpacked" (for Chrome) or "Load Temporary Add-on" (for Firefox) and select the project directory.
6. The extension should now be installed and active.
## Disclaimer
### Icons
Icon used in this project is created by Freepik from Flaticon:
Justification icons created by Freepik - Flaticon### README
This `README` was generated by GitHub Copilot.