LEP/BugDependencies

Not logged in - Log In / Register

Revision 10 as of 2011-09-26 09:23:26

Clear message

This LEP contains information from the Bug Linking LEP

Bug Relationships

Bug relationships in Launchpad will allow users to record the links between two or more bugs in the system. So, where one bug is blocking another being fixed, that can be shown as a relationship and so on.

Contact: gmb
On Launchpad: Link to a blueprint, milestone or (best) a bug tag search across launchpad-project

Consider clarifying the feature by describing what it is not?

Link this from LEP

Rationale

Why are we doing this now?

What value does this give our users? Which users?

Stakeholders

Copied from LEP/BugLinking

User stories

As an Ubuntu developer
I want to be able to mark a bug as being blocked by another bug
so that it is obvious in which order bugs need to be tackled

As an upstream project maintainer
I want to be able to mark a bug in my project as being the result of a bug in a dependency
So that I can track the bug in my project separately from the dependency bug.

As a Launchpad Project Manager (or TA)
I want to be able to mark bug X as a "meta bug" of bugs A, B and C
so that I can use the bug tracker to track the development of features

As a Launchpad Project Manager (or TA)
I want Launchpad to automatically close a meta-bug once all its child bugs are closed
so that I only have to watch the one bug in order to know that a given feature is complete

As a Launchpad developer
I want to be able to see the dependency/relationship tree for a bug
so that I know where to start with my work to fix the bug.

From the BugLinking LEP:

As a driver of a private project
I want clone and link a bug that affects another project
so that confidential info is not disclosed to the other project

As a contributor to a private project
I want clone and link a bug that affects another project
so that confidential info is not disclosed to the other project

As a contributor to multiple projects
I want to be able to clone a bug from one project to another project
so that I can have separate conversations about the bug, each with their own disclosure level

Constraints and Requirements

Must

  1. Provide the ability to say that one bug is related to another in some way.
  2. Ensure that relationships between bugs shouldn't (usually) alter the way that either of those bugs behave
  3. Provide the ability to mark a bug as a "meta bug" of two or more other bugs.
  4. Provide the ability to create a public "clone" of a private bug, so that OEM-specific bugs that rely on community interactions for fixes can be exposed for outside contributions without the OEM's internal conversations having to be made public.

Nice to have

  1. Bug duplication described as a Bug Relationship.
  2. Dependency graphs for bugs
  3. Provide the inverse of "Must" #4: i.e. make it possible to create a private clone of a public bug.

Must not

Out of scope

  1. Completely replacing (and removing) Blueprints.

Subfeatures

Other LaunchpadEnhancementProposals that form a part of this one.

Success

How will we know when we are done?

We will know that this feature is complete when we can accurately model Launchpad feature development stories using bug relationships rather than bug tags (see thoughts).

How will we measure how well we have done?

Thoughts?