Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable pronoun substitution in get_bz_params() for efficient filtering #2530

Open
benjaminmah opened this issue Nov 1, 2024 · 0 comments
Open

Comments

@benjaminmah
Copy link
Contributor

BMO supports pronoun substitution (e.g. %assignee% for the bug assignee as per BMO documentation), which can improve rule efficiency.

Currently, in scripts like uplift_beta.py, a separate filter is applied after retrieving bugs. By using pronoun substitution, we could directly filter for bugs with a needinfo requestee matching the assignee, potentially streamlining the process.

This approach requires investigation to confirm functionality, however.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants