You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugzilla search by summary is by default substring, so this should work:
Bicho::Bug.where(sumary: 'rubygem-').eachdo |bug|
# .. do something with bugend
or
bicho -b https://bugzilla.redhat.com search --summary 'rubygem-' --status open
However, that would match also the ones containing rubygem- in the middle of the summary. Is that a problem? I guess a regexp layer could be implemented on top, but I don't have very clear how it could look like.
I am trying to fetch all bugs starting with
rubygem-
on redhat's bugzilla. Is this implemented? Thanks!The text was updated successfully, but these errors were encountered: