Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "RAP/Bugzilla"

< RAP
(Priorities)
m (Common Bugzilla Queries)
Line 52: Line 52:
 
*[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=RAP&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=nowords&keywords=plan&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_severity=enhancement&priority=P1&priority=P2&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= All open P1 and P2 bugs]  
 
*[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=RAP&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=nowords&keywords=plan&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_severity=enhancement&priority=P1&priority=P2&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= All open P1 and P2 bugs]  
 
*[https://bugs.eclipse.org/bugs/buglist.cgi?field0-0-0=votes;columnlist=votes%2Cbug_severity%2Cpriority%2Cshort_desc;classification=RT;query_format=advanced;bug_status=UNCONFIRMED;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;type0-0-0=greaterthan;value0-0-0=0;product=RAP Most voted bugs]
 
*[https://bugs.eclipse.org/bugs/buglist.cgi?field0-0-0=votes;columnlist=votes%2Cbug_severity%2Cpriority%2Cshort_desc;classification=RT;query_format=advanced;bug_status=UNCONFIRMED;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;type0-0-0=greaterthan;value0-0-0=0;product=RAP Most voted bugs]
 +
 +
[[Category:RAP]]

Revision as of 15:26, 8 October 2010

Bugzilla Guidelines for RAP Committers

Workflow

  • when triaging bugs:
    • set status to assigned if the bugs appears valid
    • set priority if needed (see section below)
  • when start working on a bug
    • assign it to yourself
    • copy others that might be interested
  • when stop working on a bug
    • reassign to inbox to broadcast subsequent changes
  • when closing a bug
    • reassign to inbox before closing to broadcast the change
    • shortly describe the problem/solution
    • set target milestone for fixed bugs

Priorities

We use priorities as follows:

  • P1: Critical. Should be fixed within the current milestone.
  • P2: Release critical. Should be fixed before the release.
  • P3: Normal bug (default).
  • P5: It's a valid bug, but will not fix it in the foreseeable future.

Status Whiteboard

RAP uses the 'Status Whiteboard' field to label bugs with:

  • qx-open obsolete. Has been used for bugs that depend on an unresolved qooxdoo bug. The bug id of the qooxdoo bug should be found in one of the comments.
  • qx-closed: obsolete. Has been used once a blocking qooxdoo bug was resolved (see qx-open). This way, all unresolved RAP bugs could be identified that should be solved after migrating to the next qooxdoo service release.
  • extend-rwt obsolete. Has been used only for the 1.2 plan. All bugs labeled that way will be shown in the Reduce the gap between RWT and SWT theme.

Keywords

Please refer to the description of Keywords used in Eclipse Bugzilla.

Status and Resolution

Please read this document for a list of statuses and their use.

Common Bugzilla Queries

Back to the top