~bjornt/launchpad/architect-vision

« back to all changes in this revision

Viewing changes to lib/lp/bugs/stories/guided-filebug/xx-project-guided-filebug.txt

  • Committer: Bjorn Tillenius
  • Date: 2010-05-12 12:52:09 UTC
  • mfrom: (10599.1.251 launchpad)
  • Revision ID: bjorn@canonical.com-20100512125209-pip7jav1a7xq52d8
Merge RF.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
= Filing bugs on Projects =
 
1
= Filing bugs on ProjectGroups =
2
2
 
3
3
Even though it's not possible to file bugs against projects directly,
4
4
it's still possible to file a bug from a project's main page.
8
8
    >>> user_browser.url
9
9
    'http://bugs.launchpad.dev/gnome/+filebug'
10
10
 
11
 
The Project filebug page is like a Product's filebug page, except that
 
11
The ProjectGroup filebug page is like a Product's filebug page, except that
12
12
it also asks for a Product. Only Products that are using Bugs are
13
13
shown in the list of options.
14
14
 
105
105
    'Bug #... in Evolution: ...Faznambutron dumps core...'
106
106
 
107
107
 
108
 
== Empty Projects ==
 
108
== Empty ProjectGroups ==
109
109
 
110
110
It isn't possible to file a bug against an empty project. However, we give the
111
111
user some feedback in this regard. We need to create a new project first.
150
150
    it.
151
151
 
152
152
 
153
 
== Projects With no Products Using Launchpad Bugs ==
 
153
== ProjectGroups With no Products Using Launchpad Bugs ==
154
154
 
155
155
If we add a new product to our test project (specifically one that doesn't use
156
156
Launchpad for bug tracking) information about that product will also be
217
217
    ...     sourcepackagename=thunderbird_spn, distroseries=hoary)
218
218
    >>> logout()
219
219
 
220
 
    >>> admin_browser.open('http://launchpad.dev/testy/+edit')
 
220
    >>> admin_browser.open('http://launchpad.dev/testy/+configure-bugtracker')
221
221
    >>> admin_browser.getControl(name='field.bugtracker').value = ['external']
222
222
    >>> admin_browser.getControl(
223
223
    ...     name='field.bugtracker.bugtracker').value = ['3']