Diff for "VersionThreeDotO/Bugs/StoryCards"

Not logged in - Log In / Register

Differences between revisions 3 and 4
Revision 3 as of 2009-02-11 11:24:02
Size: 2765
Editor: bjornt
Comment:
Revision 4 as of 2009-02-11 11:27:33
Size: 3168
Editor: bjornt
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[http://www.agile-software-development.com/2008/04/writing-good-user-stories.html|Story cards]] for the Launchpad Bugs team.

<<TableOfContents()>>
Line 23: Line 27:

Being able to forward and link bugs in Launchpad to upstream bug trackers is
vital for Ubuntu. The stories here aim to improve that workflow, making it
easier to connect bugs that have been reported in Launchpad to bugs in other
bug trackers.

Story cards for the Launchpad Bugs team.

HWDB

The Hardware Database is used to help triagers and developers to see which devices aren't working well, decide whether there are enough users with a device to warrant support, get more debug information, etc.

Get number of affected users

    As a kernel developer,
    I want to know how many users are using a certain PCI or USB device,
    so that I know how how well we need to support the device.

Story Points:

Notes
  • Needs to be able to filter on distro series, since a bug fix may be needed in a stable series, if there are many users being affected by that bug using an older series.

Upstreaming

Being able to forward and link bugs in Launchpad to upstream bug trackers is vital for Ubuntu. The stories here aim to improve that workflow, making it easier to connect bugs that have been reported in Launchpad to bugs in other bug trackers.

    As a bug triager,
    I want to follow a link from Launchpad to file a bug in the upstream bug
    tracker,
    so that I can forward a bug in LP upstream without having to copy and paste
    the description

Story Points:

Notes
  • The links should point to the upstream's filebug page with the description and summary fields pre-filled.
  • The user will need to have an account in the upstream bug tracker
  • Having the link leave LP is OK
  • The link should appear when adding an upstream task

    As a bug triager,
    I want to follow a link from Launchpad to search bugs in the upstream bug
    tracker,
    so that I can find possible duplicates upstream without having to copy and
    paste the summary of the bug in LP

Story Points:

Notes
  • The link should perform a search using the bug summary
  • Having the link leave LP is OK
  • The link should appear when adding an upstream task

    As a project maintainer or bug triager,
    I want to set the remote product in the upstream bug tracker,
    so that users can easily search and file upstream bugs from Launchpad

Story Points:

Notes
  • The triager doesn't have to be able to set it himself. He can file a question to have it done.
  • This feature is useful for correcting links that are wrong.

    As a bug triager,
    I want to get links for filing and searching bugs for projects where no one
    has set the remote product manually,
    so that I don't have to spend time updating all projects I'm interested in.

Story Points:

Notes
  • The script that does it should only set the remote product if it hasn't been set already.

VersionThreeDotO/Bugs/StoryCards (last edited 2009-04-03 14:49:52 by bjornt)