Auto-tools/Projects/Mozmill/Mozmill 2.0

From New wiki
Jump to navigation Jump to search

Mozmill 2 will be the next major release with a mostly complete refactored code base for both Python and Javascript code. It will be shipped with a ton of new features and more reliable and safer code paths.

To track the current work we have added a couple of queries to assist us in managing the release. Details about the work planned in quarter 2013/2 can be found here: https://wiki.mozilla.org/Auto-tools/Projects/Mozmill_2.0_2013Q2

Overview

This is a list of all the bugs reports which have to be fixed for Mozmill 2.0:

<bugzilla type="count" display="bar"> {

 "whiteboard": "[mozmill-2.0+]",
 "x_axis_field": "status"

} </bugzilla>

To only see the open bugs check this query.

Request queue: mozilla-2.1?

<bugzilla>

   {
       "whiteboard": "[mozmill-2.1?]",
       "status": ["unconfirmed", "new", "assigned", "reopened"] 
   }

</bugzilla>