Skip to content
/ jira Public

Go client library/cli tool for Atlassian JIRA (jira cli tool)

License

Notifications You must be signed in to change notification settings

locona/jira

Repository files navigation

jira cli

Release

action github release qadoc

jira is a simple command line interface based on the jira module. The module uses the REST API to communicate with the Jira instance.

Go client library for Atlassian JIRA.

Feature

  • Authentication (HTTP Basic).
  • Create/Delete Issue.
  • Batch Create/Delete Issue.
  • Update issue transitions
  • Update assignee.
  • Integration Github.

Requirements

  • Go
  • Jira

Installation

go get -u github.com/locona/jira

DEMO Issue Create

asciicast

DEMO Issue Delete

asciicast