# moving from bugzilla to mozreview

DevFeed: [moving from bugzilla to mozreview](<https://devfeed.tech/articles/moving-from-bugzilla-to-mozreview-20278.md>)

Original publisher: [Read original article](<https://globau.wordpress.com/2015/10/23/moving-from-bugzilla-to-mozreview/>)

Author: glob

Published: 2015-10-22T19:53:11Z

Content type: opinion

Language: en

Sources: [Mozilla Automation](<https://devfeed.tech/sources/mozilla-automation.md>)

Topics: [Mozilla](<https://devfeed.tech/topics/mozilla.md>), [Extension](<https://devfeed.tech/topics/extension.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [client](<https://devfeed.tech/topics/client.md>), [servers](<https://devfeed.tech/topics/servers.md>), [Bot](<https://devfeed.tech/topics/bot.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [bots](<https://devfeed.tech/tags/bots.md>), [extension](<https://devfeed.tech/tags/extension.md>), [mozilla](<https://devfeed.tech/tags/mozilla.md>), [mozreview](<https://devfeed.tech/tags/mozreview.md>), [server](<https://devfeed.tech/tags/server.md>)

## AI overview

The author describes moving full time from Bugzilla to MozReview and outlines MozReview's architecture and dependencies. MozReview extends Review Board, uses Bugzilla for authentication, relies on LDAP for commit-level checks, and includes client and server Mercurial extensions; automated pushes to Try and Mozilla-central, along with planned static analysis bots, are also mentioned.

## Source excerpt

for the next couple of quarters (at least) i'll be shifting my attention full time from bugzilla to mozreview. this switch involves a change of language, frameworks, and of course teams. i'm looking forward to new challenges. one of the first things i've done is sketch out a high level architectural diagram of mozreview and [...]