All Projects → oiahoon → jtb

oiahoon / jtb

Licence: MIT license
Jira Tool Box, for speed up your workflow, easy browsing Jira ticket.

Programming Languages

CSS
56736 projects
Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to jtb

CVE-2019-8449
CVE-2019-8449 Exploit for Jira v2.1 - v8.3.4
Stars: ✭ 66 (+340%)
Mutual labels:  jira, jira-issue, jira-rest-api
Jira-Lens
Fast and customizable vulnerability scanner For JIRA written in Python
Stars: ✭ 185 (+1133.33%)
Mutual labels:  jira, jira-rest-api
quickjira
🚤 📂 Quickly access the JIRA of your choice by typing the ticket id
Stars: ✭ 65 (+333.33%)
Mutual labels:  jira, jira-issue
vira
Create and update your Jira issues while inside Vim!
Stars: ✭ 76 (+406.67%)
Mutual labels:  jira, jira-issue
jira-sprint-reporting
Reporting in a Google Sheet on a Sprint level using JIRA REST API
Stars: ✭ 25 (+66.67%)
Mutual labels:  jira, jira-rest-api
jira-grafana-json-datasource
Connect Grafana to Jira cloud to retrieve metrics on your Jira issues.
Stars: ✭ 68 (+353.33%)
Mutual labels:  jira, jira-rest-api
Openmrs Contrib Android Client
Android client for OpenMRS
Stars: ✭ 157 (+946.67%)
Mutual labels:  jira
Metrogit
A git visualization tool that's more than just git
Stars: ✭ 152 (+913.33%)
Mutual labels:  jira
Jira Plugin
Jenkins jira plugin
Stars: ✭ 150 (+900%)
Mutual labels:  jira
Chyle
Changelog generator : use a git repository and various data sources and publish the result on external services
Stars: ✭ 137 (+813.33%)
Mutual labels:  jira
tickety-tick
A browser extension that helps you name branches and write better commit messages
Stars: ✭ 55 (+266.67%)
Mutual labels:  jira
tickets
Basic ticket tracker build on Laravel PHP framework
Stars: ✭ 18 (+20%)
Mutual labels:  jira
Jiraps
PowerShell module to interact with Atlassian JIRA
Stars: ✭ 241 (+1506.67%)
Mutual labels:  jira
Jira Scan
CVE-2017-9506 - SSRF
Stars: ✭ 159 (+960%)
Mutual labels:  jira
jira-project-export
Export issues and metadata for a single JIRA project as JSON.
Stars: ✭ 18 (+20%)
Mutual labels:  jira
wt4
Work tracker for JIRA
Stars: ✭ 26 (+73.33%)
Mutual labels:  jira
Jiracli
Simple command line interface for Jira
Stars: ✭ 145 (+866.67%)
Mutual labels:  jira
Alfred Jira
Alfred 3 (or Alfred 2) workflow for interacting with JIRA.
Stars: ✭ 242 (+1513.33%)
Mutual labels:  jira
jira-groovioli
This is the plugin for Atlassian JIRA which add way to perform custom actions in Groovy.
Stars: ✭ 23 (+53.33%)
Mutual labels:  jira
Jira Dependency Graph
Graph visualizer for JIRA tickets' dependencies
Stars: ✭ 194 (+1193.33%)
Mutual labels:  jira

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].