User can assign a bug to a branch

Asked by Jean-Mi

Hi,

Is it possible for users can assign a bug report to a branch ?
Actually when users add a bug report, it's for the project.

Regards

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Aaron Bentley
Solved:
Last query:
Last reply:
Revision history for this message
Julian Edwards (julian-edwards) said :
#1

Hi

Yes, bugs can be associated with branches. On bug pages, there's a "Link a related branch" link between the description and the first bug comment. The branch pages also have a "Link to a bug report" link.

You can also use the --fixes lp:NNN when committing a change in a bzr branch that is pushed to Launchpad.

Revision history for this message
Jean-Mi (jeanmi) said :
#2

Julian Edwards a écrit :
> Your question #64029 on Launchpad itself changed:
> https://answers.edge.launchpad.net/launchpad/+question/64029
>
> Status: Open => Answered
>
> Julian Edwards proposed the following answer:
> Hi
>
> Yes, bugs can be associated with branches. On bug pages, there's a
> "Link a related branch" link between the description and the first bug
> comment. The branch pages also have a "Link to a bug report" link.
>
Yep, but when a user report a bug is not assigned to a branch
The way -> Go to branch -> Click on Bug -> report a bug

Revision history for this message
Best Aaron Bentley (abentley) said :
#3

We do not associate bugs with the branches that contain those bugs; we associate branches with the bugs that those branches fix. So for what you meant, no you can't assign a bug report to a branch.

Revision history for this message
Jean-Mi (jeanmi) said :
#4

Aaron Bentley a écrit :
> Your question #64029 on Launchpad itself changed:
> https://answers.edge.launchpad.net/launchpad/+question/64029
>
> Status: Open => Answered
>
> Aaron Bentley proposed the following answer:
> We do not associate bugs with the branches that contain those bugs; we
> associate branches with the bugs that those branches fix. So for what
> you meant, no you can't assign a bug report to a branch.
>
>
ok thank's for the answer

Perhaps when our project is biger, we need to create sub projects to do
this type of bugs report

Revision history for this message
Jonathan Lange (jml) said :
#5

Either sub projects or bug tags.

Revision history for this message
Jean-Mi (jeanmi) said :
#6

Thanks Aaron Bentley, that solved my question.