Bugzilla Mozilla



< BMO

MyZilla (website) - MyZilla is a free desktop client for Bugzilla that runs on Windows. It increases the productivity of Bugzilla users through the speed of a desktop tool. Multiple accounts, convenient shortcuts, bulk operations, query management are just some of the features MyZilla offers. #bugzilla:mozilla.org on Matrix - this is a mirror of the #bugzilla IRC channel, and any traffic in either place will be seen in both. So if you like Matrix better than IRC you can use this to talk to the same people.

Bugzilla is a web-based general-purpose bug tracking system and testing tool originally developed and used by the Mozilla project, and licensed under the Mozilla Public License. Released as open-source software by Netscape Communications in 1998, it has been adopted by a variety of organizations for use as a bug tracking system for both free. Bugzilla Documentation¶. About This Documentation; 2. Installation and Maintenance Guide. Bugzilla is server software designed to help you manage software development, BMO, the Mozilla custom version, is used to track not only bugs and feature requests but also many other tasks across various teams.

How to use Bugzilla(.mozilla.org)

This is currently a draft for a Bugzilla Users' Guide specific to bugzilla.mozilla.org users -- bug reporters, people submitting fixes, code reviewers, triagers, release teams, and others. (This guide may be merged eventually into a new Users' Guide for BMO hosted in readthedocs.)

  • 2How to report a bug
    • 2.1Creating a Bugzilla Account
    • 2.3Bugzilla Helper
  • 4Dashboards
  • 7Searching bugzilla.mozilla.org
  • 10Bug tagging

BMO vs Bugzilla

What is Bugzilla, what is bmo, and how are they different?

Bugzilla is an open source project that anyone can download and install, run by volunteers.

Bugzilla.mozilla.org, or BMO, is a specific implementation of Bugzilla, with extra extensions and customizations, maintained by Mozilla.

This page, How to Use Bugzilla, is a help page for http://bugzilla.mozilla.org.

The BMO team has its own set of wiki pages useful for developers and other community members who'd like to contribute.

How to report a bug

To report a bug, you will need an account on https://bugzilla.mozilla.org/.

Creating a Bugzilla Account

There are two ways to create an account on bugzilla.mozilla.org.

1.Create an Account

1. Go to https://bugzilla.mozilla.org/ .

2. Click the New Account button.

3. Enter a valid email address, check the agreement checkbox and click the Create Account button.'

4. Log in with the email entered in the previous step and click the confirmation link in order to confirm the email address.

5. Enter your name and a password for your account.

ER: The 'Welcome to Bugzilla' page is displayed.

2.Log in With GitHub

If you have a GitHub account you can use it to log in.

First click 'Log in'.

Then click the Octocat/GitHub logo.

If you are signed into GitHub you'll be asked if you want GitHub to login to bugzilla.mozilla.org on your behalf and what information about your account will be shared from GitHub with us. If you aren't signed in, GitHub will ask you to login, then if you want to be asked if you want GitHub to be able to login on your behalf. You'll be identified by the email address you use on GitHub.

Three Things Your Bug Should Have

Bug triagers, developers, and QA folks will need to be able to understand and reproduce the bug.

  • Give the bug a specific and descriptive summary.
  • Describe the exact steps to make the bug happen again.
  • Attach a screen shot, a link, or code, if that will help others understand the bug.

Bugzilla Helper

If you're new to bugzilla.mozilla.org, reporting a new bug takes you to the Bugzilla Helper form (you can also always find it at https://bugzilla.mozilla.org/enter_bug.cgi?format=guided). The Helper form walks you through three steps in filing a bug.

Before starting to log a new bug is important to:
  • Make sure that the issue is still reproducible and it was not only a one time issue
  • Make sure that the issue is reproducible with a clean profile
  • Make sure that the issue is reproducible only on Firefox browser and is not a problem with the website. Try to reproduce the issue on other browsers(eg. Google Chrome)
  • Make sure that the issue is not already logged
Logging a new bug

Step 1 of 3: Choose a product.

Screenshot

Depending on what you are reporting, there may be better options than Bugzilla. The top section lists some of this, including Mozilla's Support and Feedback sites.

If your bug is in a Mozilla product, select it from the list under 'None of the above; my bug is in:'. It might in Firefox(for bugs found in Firefox web browser), Firefox for Android, Firefox for iOS, or some other product. Click the one that is your best guess.

Step 2 of 3: Summarize the bug.

Write a short summary of your bug. It should be specific, clear, descriptive, and searchable. Think of it as a title for the bug. There is also a specific option for translation errors.

After you type in your bug summary, click the 'Find similar issues' button. You will get a list of bugs that may be similar to yours.

Screenshot

There is good news and bad news here! The bad: there isn't necessarily an easy way to judge if your bug has already been filed. It takes a little bit of reading and thought. The good news is that scanning this list can help you avoid making a duplicate bug, and keep you informed on related issues.

For this list of similar issues, you may be able to tell from one of the summaries that your bug has already been reported by someone else. Or, to look deeper into the similar bugs, click on a bug number in the left-hand column, opening it in a new tab. Maybe you can tell that it's the same as the bug you intended to file. If the bug is still open, you can click 'Follow bug' in the rightmost column if you want to be emailed when there are updates to the bug.

Screenshot

If you don't find your bug, you can create a new bug report by clicking 'My issue is not listed'.

Step 3 of 3: Describe the bug.

Bugzilla Helper gives you three questions to answer.

  • 'What did you do?' This helps other people to try to recreate your bug.
    • For a good understanding of the issue, this section must contain:
      • The OS on which the issue was found (eg. Windows 10x64)
      • The Firefox build (eg. Firefox 58.0.1, or Firefox 60.0a1(2018.01.01), build ID...)
      • All the steps performed in order to reproduce the issue. For example:
        • 1.Launch Firefox.
        • 2. Go to https://www.youtube.com
        • 3. Start a video.
  • 'What happened?' where you can explain the bad or buggy behavior.
    • In this section it must be described exactly what happens after steps from ‘What did you do?’ section are followed. For example:
      • The video is not working. Error message is displayed.
  • 'What should have happened?' where you explain the correct or desired behavior.
    • In this sections, is listed exactly what is expected to happen after following the steps from the “What did you do?” section. For example:
      • The video is correctly played.

Screenshot

There are a few other options that may apply to your bug.

Firefox bug tracker
  • Attach a file - at this section, a screenshot or a screencast of the actual result can be attached. This will help for a better understanding of the issue.
  • Security - this checkbox is expected to be checked only if a security issue is found and it must be hidden from the public.
  • Additional Details - this section is available only if selecting ‘Firefox’ product in order so verify that this issue is also reproducible on phone or tablet.


Notes

  • In “Version:” section, the Branch can be selected. For example:
    • If the issue is found on Firefox 60.0a1, the “60 Branch” is selected
    • If the issue is reproducible on two, or more than two branches, than “Trunk” is selected
  • If a crash is encountered, the ID from about:crashes must be pasted in the ‘What happened?’ section
  • Is important to add any additional details in the logged bug
  • A more detailed description can be found on the Bug Guidelines wiki page


Conclusions

Writing good, detailed, bug reports may, on one hand, consume time when they are created.

On the other hand, a lot more time would be consumed in the future because of incorrect or incomplete bug reports, when:

  • You are required to explain the steps, as the developer is not able to reproduce the issue;
  • You have to retry reproducing it, in order to be able to test the fix, after a long time has passed between creating the ticket and solving it;
  • The developer, or the entire team, has to investigate and start working on a fix, without being able to get in contact with the reporter;

Writing good bug reports is not a “born with” talent. It’s improved with time, experience and correct attitude.


Once you're used to filing bugs, you can switch to the advanced bug entry form.

There's a detailed guide to making your bug as well formed as possible: the Bug writing guidelines on MDN.

needinfo flag

If you have a question about a bug, and you'd like to direct that question to a specific person, you can do that easily with the needinfo flag.

Screenshot

The person you need info from will get bugmail with (look up the X-Bugzilla-header) in the header. This may get a person's attention faster than adding them to the CC list of a bug.

You can see the needinfo flags you have requested of others and the ones requested of you in your Dashboard.

Screenshot

Dashboards

Trying to answer the 'What should I do today' question? Go no further than the dashboards.

My Dashboard

My Dashboard, or actually your Dashboard, has some nice options for viewing lists of bugs that may be of interest to you.

Bug triage

Products and components

Bugs in bugzilla.mozilla.org are organized into a hierarchy of categories. Products are high level categories such as Core, Firefox, Firefox for Android, Firefox iOS, or Toolkit.

This is the list of products on BMO: https://bugzilla.mozilla.org/describecomponents.cgi

From this product list, you can click on a product name to see a list of the various components it contains.

When you file a new bug, it can be difficult to know exactly where to file it. People who help manage and triage bug reports often move new bugs into a product and component that is a better fit. This helps bring the bug to the attention of developer teams who may be best equipped to fix it.

Product and component are usually referred to with separating colons; Core::WebRTC or Firefox::General.

Mozilla

Incoming bug reports filed by users new to BMO and that are in the product Firefox automatically are directed into the Untriaged component.

Components can be useful for managing bugmail. Using component watching, you can set up bugmail for all bugs in a particular component.

Searching bugzilla.mozilla.org

Why do we have so many ways to search bmo, and how do they work?

Quicksearch

Quickseach rocks! You should use it.

Advanced search

Advanced search looks hardcore, but the rewards for learning how to drive it are plentiful.

Search pronouns

also, pronouns are amazing

Preferences

Bugmail

bugmail filtering (via x- headers)

too much bugmail? filter!

Bug tagging

Want to organize or keep track of bugs? Use tags.

You can tag a bug with something that will help you find it later in a search. Or you may be tagging a bug to bring it to the attention of a person or a team.

There are three ways to tag in BMO: whiteboard field, keywords, and saved search tags.

Keywords

These are a limited set of keyword tags, set by teams and people with admin privilege. You can start typing a tag and get a dropdown menu of all the keywords currently available. Keywords like 'regression' and 'crash' are used by engineering, release, and QA teams, for example.

Whiteboard

The whiteboard field is for free tagging. It's used both by teams and by people who want to track bugs they're interested in.

Bugzilla tips: http://bugzillatips.wordpress.com/2010/11/23/tagging/

Saved search tags

At the bottom of every page in BMO you will see the option to 'Add the named tag ___ to bugs ____'. Tags you create here are private to you by default, though you can share them with groups (through the saved search interface).

tracking flags

tracking-firefox-60? Who's doing the tracking? Should I set these flags? When and why?

Tracking flags are used by developers, triagers, QA and the release management teams to keep track of bugs whose fixes are slated to go into a particular product release. Flags of the form tracking-firefox-60 have a ?, +, or - associated.

For example, a search for tracking-firefox-60 and '+' currently shows around 20 bugs.

If you would like to suggest a bug and its fix be considered (by release managers) for a particular release, mark it with that release and a question mark. This might be good to do for a bug that's been fixed in one release channel but needs to be uplifted to another.

APIs (xmlrpc, jsonrpc, jsonp, rest)

I hear you want to integrate with bmo. Where to start, what to do next, and best practices which won't get you blocked.

Getting a copy of the database

Before you point wget at bmo, we can give you a dump of the database. Really.

Here are database copies for 2013 in a temporary location:http://people.mozilla.org/~mhoye/bugzilla/

Reports

For when advanced searching isn't advanced enough. . .

Whining

BMO can automatically send you buglists. This requires that you have canconfirm.

Bugzilla main page

Firefox Bug Tracker

Permissions and groups

If you would like to be able to change the status of bugs from UNCONFIRMED to NEW, you will need the canconfirm permission. It also allows you to file a bug as NEW rather than as UNCONFIRMED, which is the default for bugs filed by new users to bugzilla.mozilla.org.

The editbugs permission gives you the ability to edit most fields of a bug. It's very useful for adding good information to a bug, and for making summaries more clear and descriptive.

Here's how to ask for canconfirm and editbugs permissions on BMO:

There are many other groups, some team-specific, some for security reasons, and some that are for corporate confidential bugs or comments. By default, everyone is in the BMO group 'everyone'. Your permissions affect which shared searches you can see. When you create a saved search of your own, you can choose to share it with any group that are in.

You can see your groups and permissions here:

Bugzilla

What Is Bugzilla

Retrieved from 'https://wiki.mozilla.org/index.php?title=BMO/How_to_Use_Bugzilla&oldid=1210030'

Bugzilla Issue Tracker

If you are searching the current active newsgroup for bugzilla, please use news://news.mozilla.org/mozilla.support.bugzilla
If you are searching the current active newsgroup for bugzilla, please use news://news.mozilla.org/mozilla.support.bugzilla ...
All urls start with http://cvs-mirror.mozilla.org/webtools/bugzilla
Hi all, Got an install that works great except all my urls for bugs start with a mozilla url ie. http://cvs-mirror.mozilla.org/webtools/bugzilla/show_bug.cgi?id=4 What do I need to change to get it to point to my http://bugzilla.hereiam.com/bugzilla/ ? Thanks again Darvin Zuch darvinz@zistudio.net > Got an install that works great except all my urls for bugs start > with a mozilla url ie. > > http://cvs-mirror.mozilla.org/webtools/bugzilla/show_bug.cgi?id=4 Edit your Bugzilla parameters via the web frontend. the second parameter is urlbase...
August event: Mozilla at School by Mozilla Mauritius
=0A= =0A= =0A= Hello Mozillians=2C It's about the first series Mozilla tour in school for students and =0A= teachers. The event was be held at one of the schools of my locality. =0A= The event took place on two days Saturday 25 Aug to end on Saturday 1 =0A= Sep from 8.30 to 11.30. The main objectives: =0A= =0A= - Get students involve in Mozilla mission=0A= - To trigger creativity among the st= udents=0A= - Recruit Mozilla student Reps=0A= - Initiating ...
Event in containing page not available in RowCommand event?
Hello, I hope this hasn't been asked before (I did a search but couldn't find an answer). I have a user control containing a GridView. Each row has a button. When the button is clicked, I want to call an event in the main page. In the User Control I have: public delegate void OnSelectRecord(Int32 iRecordID, String sDesc);public event OnSelectRecord btnSelectRecordHandler;In the main page I have:search1.btnSelectRecordHandler += new User_Controls_Search_DVD.OnSelectRecord(btnSelectRecordHandler); and a function: void btnSelectRecordHandler(Int...
Is anyone watching the firefoxos-ux-bugzilla@mozilla.com alias on Bugzilla?
There are 67 pending review/needinfo flags, according to http://mzl.la/1dYdPcS ...
Bugzilla
Name: Var George Email: varg Product: Other (please state) Summary: Bugzilla - Can i download the custom templates used for bugzilla.mozilla.org Comments: Is custom templates used for customizing the bugzilla install on bugzilla.mozilla.org available somewhere for download? If not could you make it available. thanks. Regards Var George Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2 ...
[Event Debrief]: 'Mozilla Turns 15' event at Kolkata, India
Hi, * The discussion agenda of the evening were as follows:- * - Discussion about the history of Mozilla and how it evolved into what it is today. - Discussion about the future roadmap of the Kolkata sub-community and the way forward. - And Finally of-course the highlight of the event: The cutting of the Anniversary Cake!! ;-) * Outcomes from the Meetup:- * - Decided to put major focus on small-scale dev/l10n/webmaker workshops in the Kolkata area to facilitate the large number of student enthusiasts in the region. - ...
Bugzilla
Name: Var George Email: var_georgeatyahoodotcom Product: Other (please state) Summary: Bugzilla - Can i download the custom templates used for bugzilla.mozilla.org Comments: Is custom templates used for customizing the bugzilla install on bugzilla.mozilla.org available somewhere for download? If not could you make it available. thanks. Regards Var George Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2 ...
[Proposal] Move global namespace classes under dom/events to mozilla or mozilla::dom
Hello. A lot of classes under dom/events which were moved from content/events/* are defined in global namespace. However, now, a lot of classes in other modules are defined in mozilla or its descendant namespace. Therefore, *.h files in dom/events need to write type of arguments with full path. It causes a lot of wrap for defining each method due to 80 column per line limitation of our coding rules. So, I'd like to suggest that let's move the classes under dom/events to mozilla or mozilla::dom namespace. Currently, following classes are not in global namespace:...
Greek mozilla 1,6 is not available on http://www.mozilla.org/releases/
I've just realised that there is not any link for the Greek Mozilla 1,6 builds on http://www.mozilla.org/releases/ (actually I received a couple of e-mails asking me why there was not any Greek release yet). The Greek Mozilla builds are already in the http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.6/contrib-localized-builds/. Is it possible to be an update on this page? TIA Kostas ...
Sorbian langpack for Mozilla 1.4 final and Mozilla 1.5a available
Hello, I uploaded the Sorbian langpacks for moz 1.4 final and moz 1.5a. You can find them on: http://www.sorbzilla.de/langwende14final.xpi http://www.sorbzilla.de/langwende15a.xpi Please copy it to ftp.mozilla.org. Thank you in advance. Michael Wolf ...
FF 1.0.3 es-ES available on mozilla-europe, but no on mozilla.org
Firefox 1.0.3 es-ES appeared on release directory at the ftp a few days ago. It's available at mozilla-europe.org, but it's not available at mozilla.org FF start page, nor at all localizations download page. Due to this, most es-ES users aren't aware it's available. Could you please update these pages? Thanks. Le 28/04/2005 09:07, KikeG a �crit : > Firefox 1.0.3 es-ES appeared on release directory at the ftp a few > days ago. It's available at mozilla-europe.org, but it's not available > at mozilla.org FF start page, nor at all localizations dow...
Our first marketing campaign for promoting Mozilla Project and Mozilla Malaysia Community to public event
Hi Everyone, I planning to doing marketing campaign for Mozilla project for Eilmu Technopreneurs & Innovation Fair 2012<https://wiki.mozilla.org/Eilmu_Technopreneurs_%26_Innovation_Fair_2012= >in Kuala Lumpur, Malaysia. This time, i will going with members from Mozilla Malaysia Community. Eilmu Technopreneurs & Innovation Fair 2012 is and initiative to promote and catalyze new comercial products and services from the Malaysian minds. The event aims to create an awareness in the public of the available Government initiatives in facilitating Malaysian thinkers, innovato...
Our first marketing campaign for promoting Mozilla Project and Mozilla Malaysia Community to public event
Hi Everyone, I planning to doing marketing campaign for Mozilla project for Eilmu Technopreneurs & Innovation Fair 2012<https://wiki.mozilla.org/Eilmu_Technopreneurs_%26_Innovation_Fair_2012= >in Kuala Lumpur, Malaysia. This time, i will going with members from Mozilla Malaysia Community. Eilmu Technopreneurs & Innovation Fair 2012 is and initiative to promote and catalyze new comercial products and services from the Malaysian minds. The event aims to create an awareness in the public of the available Government initiatives in facilitating Malaysian thinkers, innovato...




Comments are closed.