andygrunwald / go-jira

Go client library for Atlassian Jira
https://pkg.go.dev/github.com/andygrunwald/go-jira?tab=doc
MIT License
1.44k stars 458 forks source link

Update issue.go x2 #659

Closed assembly-winston closed 1 month ago

assembly-winston commented 4 months ago

What type of PR is this?

What this PR does / why we need it:

There is a POST version of the Search for Issues API call that supports queries >2000 characters, a limit of the existing GET version.

Which issue(s) this PR fixes:

Fixes #657

Special notes for your reviewer:

Additional documentation e.g., usage docs, etc.: