andygrunwald/go-jira
Go client library for Atlassian Jira observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 95
- Release rhythm 48
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 2
- age_days: 4031
- days_rel: 351
- days_push: 33
- n_releases_24m: 2
Adoption not part of the score
1619 stars · 499 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity active
http-client auth sdk apis developer-tools backend go cross-platform jira atlassian rest-api issue-tracking api-client automation
3 sources
- readme: https://github.com/andygrunwald/go-jira · fetched 2026-08-28 · 489f4202f938
- homepage: https://pkg.go.dev/github.com/andygrunwald/go-jira?tab=doc · fetched 2026-08-29 · 8538a07cbe80
- site_page: https://pkg.go.dev/about · fetched 2026-08-29 · 757852027879
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| andygrunwald/go-jira | main | 80 |
For agents
markdown · JSON · MCP: product_card(name="andygrunwald/go-jira")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem