JIRA Timer Menubar
macOS and Linux menubar app for JIRA time logging. Built with React and Electron
Install
Head over to the releases to download for macOS or Linux.
Chrome Extension
Install the Chrome extension to quickly start a timer from the JIRA web ui.
Linux users
If you are running newer versions of GNOME you will need the TopIcons Extension otherwise no icon will appear in your tray, and no window can be opened.
Local development
Install dependencies
$ npm install
Launch dev environment
$ npm run dev
Build for release testing
$ npm run build