Simple chrome extension to hide some columns from your Jira board.
Until this is deployed to the Chrome Web Store, you can do this:
- Download latest zip file in the releases tab.
- Unzip the the file
- Open chrome://extensions
- Drag n drop the folder of the plugin
Have fun! ✌️
I used yeoman/generator-chrome-extension to generate this extension so refer to it for build commands and more.
- Button to hide columns
- Icon!
- Have the hide button display again when we select a different quick filter
-
⚠️ Find a way not to mess the drag-n-drop system ;) - Toggle buttons instead (hide/show), maybe use
aui-iconfont-arrows-left
andaui-iconfont-arrows-right
from Atlassian icons - Persistent settings (remember hidden columns)
- Publish extension
- Pull requests are welcome! Please contribute 🚀
MIT © Gabriel Le Breton