Description
Description
Event Timeline
Comment Actions
@Aklapper I don't have the permissions to view the GitLab issue you have reported upstream... ahaa. What is the current status on the blocker of this task?
Comment Actions
What is the current status on the blocker of this task?
@srishakatux: Well, generic answer: See the subtask of this very task (T185316 says "Open"). I've also pinged in the upstream task...
Comment Actions
Index got updated by Jesus in https://gitlab.com/Bitergia/c/Wikimedia/support/issues/17#note_60596726 when working on T185316 hence I could proceed.
- https://wikimedia.biterg.io/app/kibana#/dashboard/C_Gerrit_Demo lists 56 entries for 04/2017 to 06/2017, with "Independent" affiliation filter applied.
- Create SQL query to get email addresses: SELECT DISTINCT name,email FROM identities WHERE source = "gerrit" AND (name="ABC" OR name="XYZ");
- Get 59 entries (some users have more than one email address registered)
- Remove 3 duplicates by checking for their latest address used on gerrit.wikimedia.org
- Passed the 56 email addresses to Srishti.
Closing as resolved.