leif81 / bzkanban

:bug: A kanban board for the Bugzilla issue tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor bug comment count to use Bugzilla 6.0 Bug.get API

leif81 opened this issue · comments

Bugzilla 6.0 is expected to provide an improved Bug.get API that includes returning comments. This should speed up performance considerably over the way we do it for Bugzilla 5.x which requires an extra request per card.

See https://bugzilla.mozilla.org/show_bug.cgi?id=994896