344
344
"BugTask.product IN (%s)" % ",".join(product_ids))
346
def getUsedBugTagsWithOpenCounts(self, user, tag_limit=0, include_tags=None):
350
350
product_ids = [product.id for product in self.products]
351
353
return get_bug_tags_open_count(
355
357
def _getBugTaskContextClause(self):