I wanted to create hashtag using ssh gerrit command. Example: i tried below
ssh -p 22 server.com gerrit set-reviewers --add "#bugfix" 123455
its giving error account bugfix not found
also tried , --addhashtag, saying no such option.
gerrit query on gerrit webpage search working with
hashtag:NAME
but not finding way to apply tag from automations, don't want to go for curl commands or API.
tried all options from chatGPT
You can't add hashtags using the "gerrit set-reviewers" command, use the API to do that instead:
See more information in Gerrit documentation here.