Atlassian JIRA™ Agile extension for Chrome
Windows: Alt + J
Mac: Command + J
- Help with translations
- Help by coding: fork the repo; do your stuff; create a new Pull Request.
- Join our chat at gitter.
Please, check the documentation project (docs
branch)
I have no time for it right now, PR?
git clone --recursive https://github.com/kkamkou/chrome-jironimo.git
cd chrome-jironimo
- Switch to a release tag (see the releases section)
- Navigate to
chrome:https://extensions
- Expand the developer dropdown menu and click
Load Unpacked Extension
- Navigate to local folder
/src
npm install && ./node_modules/.bin/jake version='4.0'
# example for windows
# npm install && C:\...\chrome-jironimo\node_modules\.bin\jake version='4.0'
[sudo] docker build -t jironimo .
[sudo] docker run -ti --rm -v "${PWD}:/opt/app" jironimo version='4.0'
Boost Software License 1.0 (BSL-1.0)