Giter Site home page Giter Site logo

oiahoon / jtb Goto Github PK

View Code? Open in Web Editor NEW
15.0 1.0 4.0 464 KB

Jira Tool Box, for speed up your workflow, easy browsing Jira ticket.

Home Page: https://chrome.google.com/webstore/detail/jira-tool-box/loekjiebmpggjjhekdeifbbbmlcdlbba

License: MIT License

CSS 41.03% JavaScript 22.00% HTML 7.44% Vue 29.53%
chrome-extension vue2 pure-css chrome jira jira-rest-api jira-issue

jtb's Introduction

Jira Tool Box (JTB)

Code Climate codebeat badge BCH compliance Build Status License Waffle.io - Issues in progress FOSSA Status

info

Jira Tool Box(short just JTB) is designed to speed up your workflow. It's simple to use! You can easily direct to a JIRA ticket just by enter the ID. You can browse your concerned tickets without open the Jira dashbord. Just configure the Jira Url, Project, JQL and you are ready to go! Do not need your account, just login the jira on chrome before.

Jira Tool Box! @Chrome Web Store

FEATURES

  • Just type the ticket ID and hit enter and are directly to the JIRA ticket page;
  • List your tickets by JQL or filter id;
  • Easy to browse your concerned ticktets;
  • Do not need you account, but you should login in from chrome before use;

Changelog

See CHANGELOG.md for a complete changelog.

Support

For support please create an issue here at GitHub

Pull Requests

Feel free to submit any PRs here, too. :)

Please indent using two spaces only, have a newline at the EOF and use UNIX line ending, thanks!

development

# Please make sure that `yo`, `gulp` and `bower` was installed on your system using this command:
npm install --global yo gulp-cli bower

# clone the repo
git clone https://github.com/oiahoon/go-jira.git

# cd 
cd go-jira

npm install

# Transform updated source written by ES2015 (default option)
gulp babel

# or Using watch to update source continuously
gulp watch

# Make a production version extension
gulp build

if you meet the check shasum failed error, maybe you are in China as me, there are 3 ways to resolve:

# 1. config command
npm config set registry http://registry.cnpmjs.org 
npm info underscore (it will return response)
# 2. npm cli
npm --registry http://registry.cnpmjs.org info underscore 
# 3. vim ~/.npmrc 
registry = http://registry.cnpmjs.org

via & thanks


Built by (c) Joey Huang and contributors. Released under the MIT license.

License

FOSSA Status

jtb's People

Contributors

fossabot avatar oiahoon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

jtb's Issues

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.