#421: Bugs are not displayed as closed ---------------------------------------+-------------------- Reporter: kparal | Owner: tflink Type: defect | Status: new Priority: major | Milestone: Component: Blocker bug tracker page | Version: Resolution: | Keywords: Blocked By: | Blocking: ---------------------------------------+--------------------
Comment (by tflink): I think I figured this out, and it's not as bad as I was thinking at first. When we query bugzilla, we're limiting the status to: {{{ BUG_STATUS = ['NEW', 'ASSIGNED', 'ON_DEV', 'MODIFIED', 'POST', 'ON_QA', 'FAILS_QA','PASSES_QA', 'REOPENED', 'VERIFIED', 'RELEASE_PENDING'] }}} This excludes CLOSED bugs from being picked up and updated in the database. When I remove this restriction, the sync updates closed bugs as expected. I don't know why this became an issue all of a sudden (this was carried over from the old wiki updating script that jlaska wrote) but I'll get a fix ready for testing on staging ... assuming I can get access to stg for testing, anyways. -- Ticket URL: <https://fedorahosted.org/fedora-qa/ticket/421#comment:3> Fedora QA <http://fedorahosted.org/fedora-qa> Fedora Quality Assurance _______________________________________________ qa-devel mailing list qa-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/qa-devel