Closed leoluk closed 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.
attention:<USER>
attention:me
Thanks :)
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
.