https://bugzilla.wikimedia.org/show_bug.cgi?id=64373
--- Comment #11 from Santiago DueƱas <[email protected]> --- The problem here is we only track those issues from the list of products and components (key projects) you gave us. When an issue is shifted to another product we cannot trace it. To be more specific, our tool retrieves issues using ULRs like: https://bugzilla.wikimedia.org/buglist.cgi?product=MediaWiki%20extensions&component=OAuth So, for instance, if an issue from OAuth is moved to "Extensions requests", that issue will not be listed anymore using the URL from above. The issue will be listed when requesting the issues from "Extensions requests" component. As we do not track this component, we can't know what has happened to that issue. I only found a solution for this and it's to crawl the whole Bugzilla, retrieve all issues and then, filter by key projects. The (huge) problem is it's time consuming. We will need more time on retrieving everyhing, filtering and measuring. I will talk during this week with Alvaro and let's see if we can find a better solution. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
