An open API service indexing awesome lists of open source software.

https://github.com/leozhantw/gojira

Save your time on jira operations
https://github.com/leozhantw/gojira

cli go golang jira toolkit

Last synced: 4 months ago
JSON representation

Save your time on jira operations

Awesome Lists containing this project

README

          

# Gojira

[![Lint](https://github.com/leozhantw/gojira/workflows/Lint/badge.svg)](https://github.com/leozhantw/gojira/actions?query=workflow%3ALint)
[![Test](https://github.com/leozhantw/gojira/workflows/Test/badge.svg)](https://github.com/leozhantw/gojira/actions?query=workflow%3ATest)
[![Release](https://img.shields.io/github/v/release/leozhantw/gojira?label=Release)](https://github.com/leozhantw/gojira/releases)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/leozhantw/gojira/blob/master/LICENSE)

`gojira` can save your time on [Jira](https://www.atlassian.com/software/jira) operation through the command line.

## Installation

### Homebrew
```shell script
brew install leozhantw/tap/gojira
```

## Configuration
Before using the CLI, you need to configure your Jira information through the `gojira configure` command.
```shell script
$ gojira configure
Your website URL: https://mysite.atlassian.net
Your account (e.g. me@example.com): me@example.com
Your API token: your-jira-api-token
```

### Create an API token
Create an API token from your Atlassian account:

1. Log in to https://id.atlassian.com/manage/api-tokens.
2. Click Create API token.
3. From the dialog that appears, enter a memorable and concise Label for your token and click Create.