user5071787
user5071787

Reputation: 423

Change owner of a Gerrit change

I am creating an auto-integrate script which takes in changes and source and destination branches.

The problem is that once its pushed to Gerrit the owner is me.

I want to change it to the author or committer.

Is it possible to change the owner to someone else?

If not, is it possible to give abandon, Topic etc rights to the committer for a change. The reason I want to change the Gerrit owner is to give the authors/committers access to abandon etc.

Upvotes: 10

Views: 14364

Answers (1)

No, you can't change the owner of an existing Gerrit change. You can grant the abandon, review, submit, etc permissions to any Gerrit specific group or person but not to the committers of the change (in general).

Upvotes: 3

Related Questions