New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ticketme

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ticketme

Quick jira ticket creator

0.0.7
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

ticketme

Bare bones cli for quick JIRA ticket interaction.

Usage

You'll need to configure ticketme by running the config command:


ticketme config

This will walk you through a series of prompts to configure where your JIRA is hosted, and set some defaults.

ticketme -h will get you all the available commands.


ticketme -h

 Usage: ticketme [options] [command]

  Commands:

    config
       edit global config options

    mine [show-all]
       list open tickets assigned to you ([show-all] will give all tickets)

    new
       create a new jira ticket

    show [key]
       show details of an existing ticket

    projects
       list all projects

    issuetypes
       list all issue types

    components [project]
       list components for a project

    close <key>
       move a ticket from open to closed


  Options:

    -h, --help     output usage information
    -V, --version  output the version number

  Note:

    running ticketme with only a single arg aliases to the show command, for example:

    $ ticketme CNVS-15003

    ... is the same as

    $ ticketme show CNVS-15003

Keywords

jira

FAQs

Package last updated on 06 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts