Part of lp.bugs.externalbugtracker View In Hierarchy
| Method | __init__ | Create a new Roundup instance. |
| Method | getSingleBugExportURL | Return the URL for single bug CSV export. |
| Method | getBatchBugExportURL | Return the URL for batch (all bugs) CSV export. |
| Method | getRemoteBug | See ExternalBugTracker. |
| Method | getRemoteBugBatch | See ExternalBugTracker |
| Method | getRemoteImportance | See ExternalBugTracker. |
| Method | getRemoteStatus | See ExternalBugTracker. |
| Method | convertRemoteImportance | See ExternalBugTracker. |
| Method | convertRemoteStatus | See IExternalBugTracker. |
| Method | _getBug | Return the bug with the ID bug_id from the internal bug list. |
The fields/columns to fetch from the remote bug tracker are derived based on the host part of the baseurl.
| Unknown Field: baseurl | The starting URL for accessing the remote Roundup bug tracker. | |
BugNotFound will be raised if the bug does not exist. InvalidBugId will be raised if bug_id is not of a valid format.
| Parameters | bug_id | The ID of the remote bug to return. (type: int) |
ExternalBugTracker.
This method is implemented here as a stub to ensure that existing functionality is preserved. As a result, UNKNOWN_REMOTE_IMPORTANCE will always be returned.
ExternalBugTracker.
This method is implemented here as a stub to ensure that existing functionality is preserved. As a result, BugTaskImportance.UNKNOWN will always be returned.