[BUG]: The Labels
in SearchIssuesRequest is flawed
#2762
Labels
Status: Up for grabs
Issues that are ready to be worked on by anyone
Type: Bug
Something isn't working as documented
What happened?
When there is only one label, there is no problem.
But if there are more than one, like the problem I encountered, I can't do
label:Label,Label
.Labels would be format to
label:"bug,resolved"
, This means that "bug,resolved" is one label, not two. The right thing should belabel:bug,resolved
orlabel:"bug","resolved"
.#2084 changed it, I can understand. But it also caused the current problem.
Versions
7.1.0
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: