# andygrunwald/go-jira

Go client library for Atlassian Jira

Repository: https://github.com/andygrunwald/go-jira
Canonical: https://ross.abutalabs.com/products/go-jira
Homepage: https://pkg.go.dev/github.com/andygrunwald/go-jira?tab=doc
Language: Go
License: MIT
License Family: permissive
Topics: atlassian-jira, jira-api, jira, jira-client, hacktoberfest
Last push: 2026-08-01T02:22:29+00:00

## Health v2 (maintenance only)
Score: 80/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 95, release rhythm 48, longevity 100
- inputs: {"age_days": 4031, "days_push": 33, "days_rel": 351, "gap_med": 2, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1619, forks 499 (observed 2026-08-28T04:05:12.201671+00:00)

## What it is
go-jira is a Go client library for the Atlassian Jira REST API, supporting authentication (Basic, OAuth, session cookie, bearer/PAT), issue creation and retrieval, and issue transitions. It is not API-complete but allows calling any Jira endpoint, with a v2 rewrite in development on the main branch.

## Use cases
- create jira issues from a go program
- automate jira ticket status transitions
- query jira issues via the rest api in go
- authenticate to jira with a personal access token
- build a slack bot that syncs with jira
- call unimplemented jira api endpoints from go

## When to choose
- you need to integrate Jira with Go code or tooling
- you want a lightweight, go-gettable client covering auth and common issue operations
- you need to call arbitrary Jira REST endpoints not wrapped by the library

## When to avoid
- you need full Jira API coverage out of the box
- you need a stable API and cannot tolerate breaking changes from the in-development v2 main branch
- you are not working in Go

## Facets
- artifact type: library
- maturity: active
- function: http-client, auth, sdk
- domain: apis, developer-tools, backend
- platform: go, cross-platform
- tags: jira, atlassian, rest-api, issue-tracking, api-client, automation

## Member repositories
- andygrunwald/go-jira (main) score 80

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:12.201671+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:49:25.158998+00:00, confidence not recorded.
  - readme: https://github.com/andygrunwald/go-jira (fetched 2026-08-28T04:05:12.201671+00:00, sha 489f4202f938)
  - homepage: https://pkg.go.dev/github.com/andygrunwald/go-jira?tab=doc (fetched 2026-08-29T11:21:58.990236+00:00, sha 8538a07cbe80)
  - site_page: https://pkg.go.dev/about (fetched 2026-08-29T11:21:59.001796+00:00, sha 757852027879)
- Data as of 2026-08-30T08:39:29.467469+00:00.
