Registry / http-client / andygrunwald-go-jira

andygrunwald-go-jira

JSON →
library1.17.0gogounverified

A Go client library for interacting with the Jira REST API.

go get github.com/andygrunwald/go-jira
INSTALL
IMPORT
SIG · ANDYGRUNWALD-GO-JI
A
andygrunwald-go-jira
http-clientgov1.17.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

jira
github.com/andygrunwald/go-jira

Creates a Jira client with basic authentication.

package main import ( "fmt" "github.com/andygrunwald/go-jira" ) func main() { tp := jira.BasicAuthTransport{ Username: "user", Password: "pass", } client, err := jira.NewClient(tp.Client(), "https://your-domain.atlassian.net") if err != nil { panic(err) } fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.17.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
30
Perplexity
1
Resources
andygrunwald-go-jira — go get andygrunwald-go-jira · libregistry