Diff for "FeatureHighlights/BugWatches"

Not logged in - Log In / Register

Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2007-03-24 20:15:48
Size: 2086
Editor: 81
Comment: initial cut of bug watch reviewers guide
Revision 10 as of 2007-03-27 14:23:37
Size: 2538
Editor: 81
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Monitoring bugs in other bug trackers =
Line 2: Line 3:
Look at the "assignee" column for that bug again: Look at the "Assigned to" column for [https://launchpad.net/bugs/86103 bug #86103] again:
Line 4: Line 5:
  attachment:multiprojectbugs.png attachment:multiprojectbugs.png
Line 6: Line 7:
The top two rows don't have a "person" assigned to fix them, they have a reference to a bug in an external bug tracker. In other words, the status of that row is determined by looking at the external bug tracker, and reading the status of that bug in that tracker. Of course, since those two rows correspond to two totally different communities, those "assignees" are links to two different bugs in two different bug trackers. The top two rows don't have a "person" assigned to fix them. Instead, because they refer to instances of the bug in external communities, they have a link to that bug as reported in the bug trackers used by those communities. Launchpad determines the external bug's status by regularly checking the relevant tracker.
Line 8: Line 9:
Open up the bug in a new tab in your browser using this link, so you can interact with it more directly: === Automatically monitor the status of external bugs ===

Open the bug in a new tab in your browser using this link, so you can interact with it more directly:
Line 12: Line 15:
If you mouse over those two links in the "assignee" column you will see that they are links to those bugs in the bug trackers for SUN Java and Debian respectively: Mouse over those two links in the "assignee" column and you will see URLs for the SUN Java and Debian bug trackers respectively:
Line 14: Line 17:
  https://jdk-distros.dev.java.net/issues/show_bug.cgi?id=20
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=402165
  * https://jdk-distros.dev.java.net/issues/show_bug.cgi?id=20
  * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=402165
Line 17: Line 20:
This is one of the unique features of Launchpad. It can support such links to bug trackers that are running Bugzilla, RoundUp, Sourceforge or the Debian BTS. We will add support for additional trackers as needed to facilitate collaboration across the free software projects that use them. This means that projects can leverage the benefits of Launchpad without giving up their own bug tracker if they prefer to use their own hosted infrastructure. In some cases, we import ALL the bugs in a project bug tracker into Launchpad automatically, because there are other communities that want to be able to link to them trivially. In other cases, those links are just created on demand. This is one of the unique features of Launchpad. It allows you to track the status of bugs in external trackers that run Bugzilla, RoundUp, Sourceforge or the Debian BTS. We will add support for additional trackers, when that becomes necessary to facilitate collaboration across the free software projects that use them.
Line 19: Line 22:
We call such a link a "Bug Watch" and you can create them for any bug in Launchpad. When you are telling Launchpad about a bug that affects another community, you can supply a URL to the bug report in that community, and the Bug Watch will automatically be created. Once created, Launchpad will continue to monitor that remote bug report automatically and will notify anyone subscribed to the Launchpad bug when the remote bug changes status. This means that projects can leverage the benefits of Launchpad without giving up their own bug tracker, if they prefer to use their own hosted infrastructure. In some cases, we import ALL the bugs in a project bug tracker into Launchpad automatically, because there are other communities that want to be able to link to them trivially. In other cases, project members can create those links when they need them.

=== Bug watches automatically notify Launchpad subscribers ===

We call such a link a "Bug Watch" and you can create them for any bug in Launchpad. When you are telling Launchpad about a bug that affects another community, simply provide the external bug report's URL and Launchpad will automatically create the bug watch.

Once created, Launchpad will monitor the remote bug report automatically and notify subscribers to the Launchpad bug of any changes to the status of the remote bug.

Now, scroll further down the page for [https://launchpad.net/bugs/86103 Bug #86103]. You may notice that some of the comments on the bug look like emails. That's because Launchpad's bug tracker allows you to interact with it completely via email. That's the next stop on our tour: [:ReviewersGuide/BugsByEmail:the bug tracker email interface].

Monitoring bugs in other bug trackers

Look at the "Assigned to" column for [https://launchpad.net/bugs/86103 bug #86103] again:

attachment:multiprojectbugs.png

The top two rows don't have a "person" assigned to fix them. Instead, because they refer to instances of the bug in external communities, they have a link to that bug as reported in the bug trackers used by those communities. Launchpad determines the external bug's status by regularly checking the relevant tracker.

Automatically monitor the status of external bugs

Open the bug in a new tab in your browser using this link, so you can interact with it more directly:

Mouse over those two links in the "assignee" column and you will see URLs for the SUN Java and Debian bug trackers respectively:

This is one of the unique features of Launchpad. It allows you to track the status of bugs in external trackers that run Bugzilla, RoundUp, Sourceforge or the Debian BTS. We will add support for additional trackers, when that becomes necessary to facilitate collaboration across the free software projects that use them.

This means that projects can leverage the benefits of Launchpad without giving up their own bug tracker, if they prefer to use their own hosted infrastructure. In some cases, we import ALL the bugs in a project bug tracker into Launchpad automatically, because there are other communities that want to be able to link to them trivially. In other cases, project members can create those links when they need them.

Bug watches automatically notify Launchpad subscribers

We call such a link a "Bug Watch" and you can create them for any bug in Launchpad. When you are telling Launchpad about a bug that affects another community, simply provide the external bug report's URL and Launchpad will automatically create the bug watch.

Once created, Launchpad will monitor the remote bug report automatically and notify subscribers to the Launchpad bug of any changes to the status of the remote bug.

Now, scroll further down the page for [https://launchpad.net/bugs/86103 Bug #86103]. You may notice that some of the comments on the bug look like emails. That's because Launchpad's bug tracker allows you to interact with it completely via email. That's the next stop on our tour: [:ReviewersGuide/BugsByEmail:the bug tracker email interface].

FeatureHighlights/BugWatches (last edited 2008-06-17 14:21:16 by localhost)