You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 did you expect to happen?
The fields IssueFields.Unknowns and IssueFields.Names return the information in the Search API.
How can we reproduce it (as minimally and precisely as possible)?
Thanks @karanpopat for the bug report.
I am currently short on time for open-source contributions due to other/private obligations. If you are able to fix it, I am happy to review a pull request. Thanks for contributing to open source (also via this issue!) and thanks for understanding.
What happened?
The fields
IssueFields.Unknowns
andIssueFields.Names
are not being returned inIssue.SearchWithContext
API, while its coming in theIssue.Get
API.We are setting
Expand: "names"
in theSearchOptions
What did you expect to happen?
The fields
IssueFields.Unknowns
andIssueFields.Names
return the information in the Search API.How can we reproduce it (as minimally and precisely as possible)?
Your Environment
go version
): go version go1.20.3 darwin/arm64The text was updated successfully, but these errors were encountered: