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 "DTP 1.0 Useful Bugzilla Queries"

Line 2: Line 2:
 
At the end of the [http://www.eclipse.org/datatools/pmc/project_plans/dtp_1_0_project_plan.html DTP 1.0 Project Plan], a number of queries for finding open and closed bugs for each DTP 1.0 target milestone are listed. Only present and future milestones should have bugs open, and all past milestones should return only closed bugs. If you notice any bugs open against previous target milestones, please notify [mailto:dtp-dev@eclipse.org dtp-dev@eclipse.org] to alert committers of this oversight.
 
At the end of the [http://www.eclipse.org/datatools/pmc/project_plans/dtp_1_0_project_plan.html DTP 1.0 Project Plan], a number of queries for finding open and closed bugs for each DTP 1.0 target milestone are listed. Only present and future milestones should have bugs open, and all past milestones should return only closed bugs. If you notice any bugs open against previous target milestones, please notify [mailto:dtp-dev@eclipse.org dtp-dev@eclipse.org] to alert committers of this oversight.
 
==Other Useful Queries==
 
==Other Useful Queries==
===Unassigned Bugs===
+
===Unprocessed Bugs===
 
According to the [[DTP_Development_Guidelines | DTP Development Guidelines]], project leads should ensure that new bugs are processed as soon as possible. The following [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=DataTools&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=@eclipse.org&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= query] displays a list of all DTP bugs that have yet to be processed.
 
According to the [[DTP_Development_Guidelines | DTP Development Guidelines]], project leads should ensure that new bugs are processed as soon as possible. The following [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=DataTools&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=@eclipse.org&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= query] displays a list of all DTP bugs that have yet to be processed.
 +
===Bugs Older Than 6 Months===
 +
This [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=DataTools&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2005-01-01&chfieldto=2006-04-30&chfield=%5BBug+creation%5D&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= query] lists bugs older than 6 months on 11/1/06.
 +
===Bugs Older Than 6 Months and Unprocessed===
 +
It's bad enough to have unprocessed bugs, but when [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=DataTools&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=@eclipse.org&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2005-01-01&chfieldto=2006-04-30&chfield=%5BBug+creation%5D&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= they] get older than 6 months, you really have to wonder...

Revision as of 12:23, 1 November 2006

Bugs by Target Milestone

At the end of the DTP 1.0 Project Plan, a number of queries for finding open and closed bugs for each DTP 1.0 target milestone are listed. Only present and future milestones should have bugs open, and all past milestones should return only closed bugs. If you notice any bugs open against previous target milestones, please notify dtp-dev@eclipse.org to alert committers of this oversight.

Other Useful Queries

Unprocessed Bugs

According to the DTP Development Guidelines, project leads should ensure that new bugs are processed as soon as possible. The following query displays a list of all DTP bugs that have yet to be processed.

Bugs Older Than 6 Months

This query lists bugs older than 6 months on 11/1/06.

Bugs Older Than 6 Months and Unprocessed

It's bad enough to have unprocessed bugs, but when they get older than 6 months, you really have to wonder...

Back to the top