We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whenever the Status: drop-down is set to Drafts or All, I receive the following error:
Status:
Drafts
All
Failed to get Gerrit changes. Request not successful. Message: Bad Request. Status-Code: 400. Content: Unrecognized value: draft.
Selecting a Status: that does not include Drafts works fine.
Any idea what's wrong here?
I'm using:
CLion 2022.1.3 Build #CL-221.5921.27, built on June 21, 2022 Runtime version: 11.0.15+10-b2043.56 amd64 Non-Bundled Plugins: com.urswolfer.intellij.plugin.gerrit (1.2.6-203) Gerrit v3.6.1
CLion 2022.1.3 Build #CL-221.5921.27, built on June 21, 2022 Runtime version: 11.0.15+10-b2043.56 amd64
Non-Bundled Plugins: com.urswolfer.intellij.plugin.gerrit (1.2.6-203)
Gerrit v3.6.1
The text was updated successfully, but these errors were encountered:
The is:draft value is no longer supported starting with gerrit v2.16: GerritCodeReview/gerrit@6ffb7d9
is:draft
is:wip may be a suitable replacement.
is:wip
Sorry, something went wrong.
No branches or pull requests
Whenever the
Status:
drop-down is set toDrafts
orAll
, I receive the following error:Selecting a
Status:
that does not includeDrafts
works fine.Any idea what's wrong here?
I'm using:
The text was updated successfully, but these errors were encountered: