Add quick filter buttons to YouTrack Agile Boards. Create filters via a modal.
Display Created and Updated tags on cards.
- Create and manage your own quick filters (e.g. by assignee, state, or any search query).
- Apply them with a single click — no need to type search strings every time.
- Edit, duplicate, or remove filters via a clean UI.
- Display Created and Updated tags on cards.
- Seamlessly integrated into YouTrack Agile Boards.
This extension brings a long-requested feature (see JetBrains request JT-38623) directly into YouTrack.
- Get the extension from the Chrome Web Store.
- Open any Agile board in YouTrack.
- Start adding and using your own quick filters!
- Node.js 16+
- npm or yarn
# Clone the repo
git clone https://github.com/ausievich/yt-quick-filters.git
cd yt-quick-filters
# Install dependencies
npm install
# Type checking
npm run type-check
# Production build
npm run build- Open
chrome://extensions/ - Enable Developer mode
- Click Load unpacked and select this repo folder
- Jira has had quick filters for ages (docs).
- YouTrack users have been requesting the same feature for almost 10 years:
So I decided to just build it myself
Contributions are welcome!
If you’d like to improve styles, fix bugs, or add new features:
- Fork the repo
- Create a feature branch (
git checkout -b feature/my-feature) - Commit your changes (
git commit -m "Add my feature") - Push to your fork and open a Pull Request
Please try to keep code style consistent and test your changes locally before PR.
You can support this project via platforms:
MIT


