uwolfer / gerrit-intellij-plugin

Gerrit Code Review Tool Integration for the IntelliJ Platform
Apache License 2.0
495 stars 103 forks source link

Attention Set filter dropdown #403

Closed leoluk closed 3 years ago

leoluk commented 3 years ago

Gerrit recently introduced the concept of attention sets. A person is added to a change's attention set whenever they need to take action on it.

It would be useful to have an option that only shows changes where the user is in the attention set, like on the Gerrit dashboard ("Your Turn").

The raw filter is attention:<USER>, similar to the existing filters like owner, i.e. attention:me.

leoluk commented 3 years ago

Thanks :)