jira

command
v0.0.0-...-763fb9f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2021 License: MIT Imports: 9 Imported by: 0

README

JIRA

A JIRA command line utility for easily opening your issues from the terminal.

Usage

Config

Create the following file ~/.jira/config.json:

{
  "host": "https://myjira.com",
  "user_email": "my.email@domain.com",
  "api_token": "abc123"
}

Basic

Now, if you name your branch after the current issue you are working on, you can simply do:

$ jira

to open up the JIRA issue you are currently working on. If you would like to open up a different issue, you can also do that by specifying it like so:

$ jira ABC-1234

Print Description

You may also wish to print the description in markdown format for easily including in a GH issue or PR. This sub command requires a user email and API token in your config.

$ jira description

or

$ jira description ABC-1234

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL