GithubHelp home page GithubHelp logo

dylang / jira-improved Goto Github PK

View Code? Open in Web Editor NEW
24.0 8.0 17.0 146 KB

Improves the Jira Agile board by showing the Epic name in the cards and hiding the Done column if you use a quick filter to hide tickets in that column.

Home Page: https://chrome.google.com/webstore/detail/jira-improved/mdfbpeoaadkecmpingophakekbicinip?hl=en

License: MIT License

JavaScript 80.42% HTML 2.49% CSS 17.10%

jira-improved's Introduction

Jira Improved

Improves the Agile and Kanban boards!

  • 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.

Epic Board Improved

screen shot 2014-08-18 at 10 43 23 am

  • 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.

Issue Board Improved

screen shot 2014-08-18 at 10 43 01 am

  • 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.

Add to Chrome

Add to Chrome

Building locally

# Install dependencies
$ npm install

# Auto-rebuild and reload extension as you make changes
$ gulp 

# Increase the version and build a zip file.
$ gulp build

Disclaimers

Not created owned or supported by Atlassian/Jira.

Should be safe to use

  • 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.

Custom fields

var CUSTOM_FIELD_EPIC_NAME = 'customfield_13259';
var CUSTOM_FIELD_EPIC_PARENT = 'customfield_13258';
var CUSTOM_FIELD_PULL_REQUESTS = 'customfield_13153';

Contributing

I accept Pull Requests.

License

Copyright (c) 2014 Dylan Greene.

Released under the MIT license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.