Part of lpltk.bug View In Hierarchy
Method | __init__ | Undocumented |
Method | date_created | Undocumented |
Method | age | Age of bug in days |
Method | milestone_found | Undocumented |
Method | date_last_updated | Undocumented |
Method | age_last_updated | Age of last update to bug in days |
Method | date_last_message | Undocumented |
Method | age_last_message | Age of last comment to bug in days |
Method | private 0 | Undocumented |
Method | private | Undocumented |
Method | security_related 0 | Undocumented |
Method | security_related | Undocumented |
Method | title 0 | A one-line summary of the problem being described by the bug. |
Method | title | Undocumented |
Method | description 0 | As complete as possible description of the bug/issue being reported as a bug. |
Method | description | Undocumented |
Method | tags | Undocumented |
Method | releases | Undocumented |
Method | owner | Undocumented |
Method | owner_name | Undocumented |
Method | attachments | Undocumented |
Method | properties | Returns dict of key: value pairs found in the bug description |
Method | messages | Undocumented |
Method | messages_count | Undocumented |
Method | tasks | Undocumented |
Method | add_comment | Add a new comment to an existing bug. |
Method | nominations | Undocumented |
Method | add_nomination | Undocumented |
Method | activity | Undocumented |
Method | duplicate_of | Undocumented |
Method | duplicates_count | Undocumented |
Method | subscriptions_count | Undocumented |
Method | heat | Undocumented |
Method | date_latest_patch_uploaded | Undocumented |
Method | has_patch | Undocumented |
Method | is_expirable | Undocumented |
Method | users_affected_count | Undocumented |
Method | users_unaffected_count | Undocumented |
Method | gravity | An implementation of the "gravity" value as defined at: |
Method | to_dict | Converts the bug to a serializable dict. |
This parses the bug report description into a more programmatically digestable dictionary form.
This is the equivalent of newMessage. If no subject is provided, it will craft one using the bug title. If avoid_dupes is set, the routine will check to see if this comment has already been posted, to avoid accidentally spamming; the routine will return False in this case.