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
- Host: GitHub
- URL: https://github.com/leozhantw/gojira
- Owner: leozhantw
- License: mit
- Created: 2020-11-22T07:24:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-06T08:39:20.000Z (over 5 years ago)
- Last Synced: 2025-12-18T06:57:15.977Z (7 months ago)
- Topics: cli, go, golang, jira, toolkit
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gojira
[](https://github.com/leozhantw/gojira/actions?query=workflow%3ALint)
[](https://github.com/leozhantw/gojira/actions?query=workflow%3ATest)
[](https://github.com/leozhantw/gojira/releases)
[](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.