diff --git a/progit/lib.py b/progit/lib.py index 6f54532..6effd91 100644 --- a/progit/lib.py +++ b/progit/lib.py @@ -203,7 +203,7 @@ def add_issue_comment(session, issue, comment, user, ticketfolder): ) issue_comment = model.IssueComment( - issue_id=issue.id, + issue_uid=issue.uid, comment=comment, user_id=user_obj.id, )