DEV Community

Cover image for Jira Express: Open-source browser extension to quickly access your Jira tickets
Matteo Mazzarolo
Matteo Mazzarolo

Posted on

Jira Express: Open-source browser extension to quickly access your Jira tickets

I recently published Jira Express, an open-source browser extension that gives you a quick access to your recent Jira tickets and to a simplified Jira search.

Jira Express preview

Jira Express is built with Create React App, TypeScript, and Styled-Components.

You can download it from the Chrome web store or from the Firefox developer hub.

Any kind of contribution or discussion is warmly welcome!

GitHub logo mmazzarolo / jira-express

Browser extension to quickly access your Jira tickets.

Jira Express

A quick access to your Jira tickets.



Jira Express is a Chrome and Firefox extension that gives you a quick access to your recent Jira tickets and to a simplified Jira search.

Built with Create React App, TypeScript, and Styled-Components.


Jira Express

Download for Chrome Download for Firefox

Overview

Jira Express is not a substitute of the full blown Jira interface.

My goal with this project was just creating something that would allow me to avoid opening the Jira web interface as much as possible by speeding up the ticket search process.

Jira Express

Contributing

Each contribute is welcome!
Please, checkout the contributing guidelines.

License

Is released under AGPL-3.0 - GNU Affero General Public License v3.0.

Briefly:

  • Modification and redistribution allowed for both private and commercial use.
  • You must grant patent rigth to the owner and to all the contributors.
  • You must keep it open source and distribute under the same license.
  • Changes…

Top comments (0)