Ticket.bjs
[gitlive] / Ticket.vala
index 13b1d5b..744b1fb 100644 (file)
@@ -67,7 +67,20 @@ public class Ticket : Object
                        return;
                }
                 
-               return; 
+                
+               var tid = RooTicket.singleton().createTicket(
+               
+                       _this.project_id.selectProjectId(),
+               
+                       _this.milestone_id.selectedMilestoneId(),
+                       _this.priority_id.selectedPriorityId() ,
+                       _this.classification_id.selectedClassificationId() ,
+                       _this.developer_id.selectedDeveloperId(),
+                       _this.summary.el.get_text() ,
+                       _this.description.el.buffer.text 
+               );
+               
+