go-jira
go-jira copied to clipboard
Go client library for Atlassian Jira
Currently the GetList() function for IssueLinkTypes in OnPremise and Cloud fails to return the JSON document from the API. This is because it expects a top level array of subdocuments...
From #200 ### Using official API descriptions/definitions Jira provides a machine-readable API description/definition: Jira Server > The Jira Server platform REST API resources are also documented in this WADL file:...
It is the same error from another issue. If I create an issue like ` issue := jira.Issue{ Fields: &jira.IssueFields{ Reporter: &jira.User{AccountID: jiraUser.AccountId}, Assignee: &jira.User{AccountID: jiraUser.AccountId}, Project: jira.Project{Key: "ESO"}, Type:...
## What happened? Calling the GetWatchers() function results in a stacktrace [1] This occurs because the Watchers api no longer returns an AccountID for each Watcher and now returns a...
#### What type of PR is this? * bug Optionally add one or more of the following kinds if applicable: * api-change #### What this PR does / why we...
## What happened? The fields `IssueFields.Unknowns` and `IssueFields.Names` are not being returned in `Issue.SearchWithContext` API, while its coming in the `Issue.Get` API. We are setting `Expand: "names"` in the `SearchOptions`...
## What happened? When I call client.Issue.RemoveWatcher, I get a HTTP 400 response. ## What did you expect to happen? For the call to succeed. ## How can we reproduce...
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. Release notes Sourced from actions/setup-go's releases. v4.0.0 In scope of release we enable cache by default. The action won’t throw an error if the...
Hi, The method get a empty slice, but err is nil. Is there something wrong ? Thanks * go-jira version (git tag or sha): v1.16.0 * Go version (`go version`):1.19...