go-jira icon indicating copy to clipboard operation
go-jira copied to clipboard

Go client library for Atlassian Jira

Results 200 go-jira issues
Sort by recently updated
recently updated
newest added

## Describe the bug Attachments are not working and result in the following response from Jira: ``` {"errorMessages":[],"errors":{"attachment":"string expected at index 0"}} ``` ## To Reproduce Example code which fails:...

needs triage

## Describe the bug https://github.com/andygrunwald/go-jira/blob/v1.13.0/issue.go#L806 accepts empty issue keys which causes the resulting error to be: ``` 405 Method Not Allowed: : request failed. Please analyze the request body for...

## Describe the bug My go skills might be lacking for this but i can't iterate over the the anonymous [ProjectList](https://github.com/andygrunwald/go-jira/blob/master/project.go#L18) slice. Attempts to cast it didn't work so far....

Im trying to Connect with the Example to Jira and creating an Issue. Getting this as Response {"errorMessages":[],"errors":{"project":"project is required"}} panic: runtime error: invalid memory address or nil pointer dereference...

## Describe the bug Dependabot reports a checksum mismatch between what is downloaded and what is in go.sum. ``` Dependabot encountered the following error: verifying github.com/andygrunwald/[email protected]: checksum mismatch downloaded: h1:lf2Y3VFMuYNPbgAiLBHVDXYbmXrA4+/++7D6EFHK7xk=...

# Description When using Issue.Search(...) response can contain optional field "WarningMessages" that was not implemented in the response struct. This feature allows to manage possible WarningMessages since jql errors are...

breaking-change
conflicts

## Is your feature request related to a problem? Please describe. No, it is not a problem. ## Describe the solution you'd like When using Issue.Search(...) I have noticed that...

Are all versions newer than 1.8.0 considered not stable? `gopkg.in/andygrunwald/go-jira.v1` is reference in the docs as the stable version, but it has not had changes since 2019.

help wanted

The JIRA REST API applies pagination to a number of resources (e.g. users in group, issues returned from a search): https://docs.atlassian.com/jira/REST/server/#pagination Ideally we would fetch the first page, and the...

help wanted
needs triage

## Describe the bug `GetIssuesForSprint` and `GetIssueWithContext` are missing query options. It prevents lot of useful filtering, like issue assignee, reported, etc.. ## To Reproduce Just try to filter issues...

waiting-for-feedback