Skip to content

johntdyer/jira

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Jira Command Line Tool

I created this tool to manage JIRA tickets. The tool expects a .jirarc file in your home directory that contains your jira login and your jira password separated by a colon.

Installation

Make sure you GOPATH is set

go get "github.com/Unknwon/goconfig" go get "github.com/wsxiaoys/terminal/color" go build jira.go

Setup

Create config file

Example .jirarc file

[default]
url=https://mine.atlassian.net
username=jdyer
password=foo

Author:

  • Jeremy Shoemaker Contributers:
  • John Dyer ( johntdyer(at)gmail.com )

About

Jira Command Line Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%