- Text filtering on every board Hotkey:
f
- Hide the Done column if you use a quick filter to hide those tickets.
- Shorter page headers to give more room to the boards.
- Issue count for Blue:
Backlog
, Yellow:In Progress
, Green:Closed
. - Hover over Epic to see every issue assigned to that Epic.
- Click on an issue to jump to that issue.
- See what Epic issues are part of.
- Red:
Backlog
. Blue:In Progress
. Green:Done
. - Show a Github icon for every PR associated with the ticket.
- Closed PR's are colored green.
# Install dependencies
$ npm install
# Auto-rebuild and reload extension as you make changes
$ gulp
# Increase the version and build a zip file.
$ gulp build
Not created owned or supported by Atlassian/Jira.
- This plugin will not make changes to Jira.
- This plugin does not requrie any special permissions.
- This plugin will never ask for your username or password.
- It is safe to try on any Jira install.
Because everybody uses Jira differently I can't promise that it will work as well for you as it does for me, especially because I utilize some custom fields that I'm not sure are the same in every Jira install. Tell me what field you use and I'll see if I can auto-detect it or I'll create an options UI.
var CUSTOM_FIELD_EPIC_NAME = 'customfield_13259';
var CUSTOM_FIELD_EPIC_PARENT = 'customfield_13258';
var CUSTOM_FIELD_PULL_REQUESTS = 'customfield_13153';
I accept Pull Requests.
Copyright (c) 2014 Dylan Greene.
Released under the MIT license.