Code Monkey home page Code Monkey logo

chrome-jira-board's Introduction

Chrome extension to mark Late stories on Jira Board

Usage

  • Right Click in any page
  • Click on Jira Late Stories on Board / Highlights
    • will open your Board if not opened
    • will highlight cards if Board is opened

Results

Usage Board

Setup

  • Download this repo as zip & Unzip it (or git clone https://github.com/crinel/chrome-jira-board.git)
  • Open chrome://extensions/
  • Load unpacked Extension
  • When new sprint is started use "Settings".

Dev Only

Run this script to cleanup data for "demo" screens

document.querySelector("#ghx-board-name").innerHTML = "Demo Board";
document.querySelector(".subnavigator-title").innerHTML = "Sprint 1";
document.querySelectorAll(".ghx-controls-filters dd").forEach((e, i) => {
  i > 3 ) {
    e.innerHTML = "";
  }
});
document.querySelectorAll(".js-key-link").forEach((a, i) => (a.innerHTML = `DEMO-0${i}`));
document.querySelectorAll(".ghx-summary .ghx-inner").forEach((a, i) => (a.innerHTML = `Description to story ${i}`));
document.querySelectorAll(".ghx-avatar img").forEach(img => {
  img.src = "https://www.gravatar.com/avatar/1?d=mm&s=48";
});

chrome-jira-board's People

Contributors

crinel avatar nmatei avatar

Watchers

 avatar

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.