Make Jira Scrum-friendly
This repo is mostly inspired by the Scrummer extension. :)
Install the extension here.
- Download Jira-Scrumblize Chrome Extension.
- Extract the downloaded archive.
- Enable Developper Mode in Chrome Extensions Settings.
- Click Load unpacked extension....
- Open the jira-scrumblize.chromium folder you precedently created.
Run yarn
command to install project dependancies.
Edit jisc.css
to modify the style of existing CSS Jira classes.
Edit scrummer.css
to modify the style of classes injected by our script.
Run yarn dev
to make Webpack watch src/index.js
file and transpile it with the es2015
preset into pre-build/jisc.js
.
- Load the extension in Chrome Extensions Settings.
- Click Load unpacked extension....
- Open the pre-build folder of this repo (after having ran
yarn dev
). - You need to manualy reload the extension in Chrome Extensions Settings to watch your changes.