~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/doc/externalbugtracker-bug-imports.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-26 06:01:53 UTC
  • mfrom: (14575.2.4 megalint-9)
  • Revision ID: launchpad@pqm.canonical.com-20111226060153-1rfmi1yn90lu4fuf
[r=jtv][no-qa] Lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
= ExternalBugTracker bug imports =
 
1
ExternalBugTracker bug imports
 
2
==============================
2
3
 
3
4
Some ExternalBugTracker implementations support importing bugs from the
4
5
remote bug tracker into Launchpad. They indicate that they support doing
88
89
preferred e-mail address, and the one that is associated with his
89
90
account is marked as NEW, since we don't know whether it's valid.
90
91
 
91
 
    >>> from lp.services.identity.interfaces.emailaddress import IEmailAddressSet
 
92
    >>> from lp.services.identity.interfaces.emailaddress import (
 
93
    ...     IEmailAddressSet)
92
94
    >>> reporter_email_addresses = getUtility(IEmailAddressSet).getByPerson(
93
95
    ...     bug.owner)
94
96
    >>> for email_address in reporter_email_addresses:
122
124
    u'3'
123
125
 
124
126
 
125
 
=== Non-existent source package ===
 
127
Non-existent source package
 
128
---------------------------
126
129
 
127
130
If a package doesn't exist in Launchpad already, it will be filed on the
128
131
distribution itself, with no source package specified. The package is
147
150
    None
148
151
 
149
152
 
150
 
=== Syncing status ===
 
153
Syncing status
 
154
--------------
151
155
 
152
156
After the bug watch has been created for the imported bug, the status is
153
157
not synced immediately. The status will be updated the next time all the
160
164
    None
161
165
 
162
166
 
163
 
=== Reporter already registered in Launchpad ===
 
167
Reporter already registered in Launchpad
 
168
----------------------------------------
164
169
 
165
170
Even if the reporter of the bug has an account in Launchpad (and thus a
166
171
valid e-mail address), he still won't be subscribed to the imported bug.