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
It would be very efficient for us to be able to decide the bug passes some of the checks in the errata and that is going to be successfully added to errata, even before we create it.
The Link in errata GUI point is <url>/bugs/troubleshoot?bug_id=<id>
The text was updated successfully, but these errors were encountered:
@yazug@lhh do you guys have any code that does this with the Errata Tool API?
For myself, I've just been querying the bugs with python-bugzilla and then re-implementing the logic in my Python client. If I missed something, I just try attaching the list of bugs, and then catch the errors for the bugs that the Errata Tool did not let me attach.
we do not have any code that uses that api currently. OSP has some opinionated logic for checking but might be worth exploring that API to see if we can expose something that way.
It would be very efficient for us to be able to decide the bug passes some of the checks in the errata and that is going to be successfully added to errata, even before we create it.
The Link in errata GUI point is
<url>/bugs/troubleshoot?bug_id=<id>
The text was updated successfully, but these errors were encountered: