mozilla / mozilla/probe-scraper
Check if emails are Bugzilla users when needinfo-ing them
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 26
- Forks
- 73
- Avg merge
- 10h
- Merged PRs (30d)
- 3
Description
From #505 :
I've been playing with the BMO API over in https://bugzilla.mozilla.org/show_bug.cgi?id=1792701 and think the "proper" fix would be to, on failure, check the get user endpoint for users who can log in (
can_login: true) and retry with only those users needinfo'd. And then file without any ni?s.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with issue #505 and the linked BMO API get-user endpoint documentation. Trace the existing needinfo failure path, then verify that only users with can_login true are retried for needinfo and that a final filing occurs without needinfos when none qualify.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100