Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@jmrodri jmrodri released this 30 Sep 17:50
v0.1.0

gh2jira

First release of gh2jira. A utility to help you list your Github issues and clone to Jira.

Checkout the readme for how to use the tool: https://github.com/jmrodri/gh2jira/blob/v0.1.0/README.md

Installation

go install github.com/jmrodri/gh2jira@v0.1.0

Be sure to set your GITHUB_TOKEN and JIRA_TOKEN environment variables.

Usage

export GITHUB_TOKEN=YOURTOKEN
export JIRA_TOKEN=YOUR_JIRA_TOKEN
gh2jira --help