summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bugzilla/bugzilla3.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bugzilla/bugzilla3.py b/bugzilla/bugzilla3.py
index 41a3440..12f2af3 100644
--- a/bugzilla/bugzilla3.py
+++ b/bugzilla/bugzilla3.py
@@ -122,6 +122,7 @@ class Bugzilla32(Bugzilla3):
version = '0.1'
user_agent = bugzilla.base.user_agent + ' Bugzilla32/%s' % version
+ createbug_required = ('product','component','summary','version')
def _addcomment(self,id,comment,private=False,
timestamp='',worktime='',bz_gid=''):