- Querying for CR label implemented in the backend via https://github.com/chaoss/grimoirelab-perceval/issues/357
- Querying for CR label implemented in the frontend via https://github.com/chaoss/grimoirelab/issues/96
- Non-public internal ticket: https://gitlab.com/Bitergia/c/Wikimedia/support/-/issues/61
- Followup on querying for CR label of latest patchsets only: https://gitlab.com/Bitergia/c/Wikimedia/support/-/issues/79
Implementation as of December 2019
On any Gerrit dashboards on https://wikimedia.biterg.io,
- set status:"NEW" AND status_value:"1" to get data about open changesets with the CR+1 label set for some (!) of its patchsets
- set status:"NEW" AND status_value:"-1" to get data about open changesets with the CR-1 label set for some (!) of its patchsets
- set status:"NEW" AND !_exists_:status_value to get data about open changesets without a CR label (CR=0) set for some (!) of its patchsets