~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/interfaces/bugtracker.py

  • Committer: Julian Edwards
  • Date: 2011-07-15 14:28:21 UTC
  • mfrom: (13444 devel)
  • mto: This revision was merged to the branch mainline in revision 13459.
  • Revision ID: julian.edwards@canonical.com-20110715142821-c1vwbppkh7szv6yk
merge devel

Show diffs side-by-side

added added

removed removed

Lines of Context:
308
308
        "The set of bug watches that need updating.")
309
309
 
310
310
    def getBugFilingAndSearchLinks(remote_product, summary=None,
311
 
                                   description=None):
 
311
                                   description=None, remote_component=None):
312
312
        """Return the bug filing and search links for the tracker.
313
313
 
314
314
        :param remote_product: The name of the product on which the bug
317
317
            field of the upstream bug tracker's search and bug filing forms.
318
318
        :param description: The string with which to pre-filly the description
319
319
            field of the upstream bug tracker's bug filing form.
 
320
        :param remote_component: The name of the component on which the bug
 
321
            is to be filed or search for.
320
322
        :return: A dict of the absolute URL of the bug filing form and
321
323
            the search form for `remote_product` on the remote tracker,
322
324
            in the form {'bug_filing_url': foo, 'search_url': bar}. If