From a25fef5076286543a522b907c51f2c9060262867 Mon Sep 17 00:00:00 2001 From: Greg Allen Date: Wed, 9 Nov 2016 16:56:04 -0600 Subject: Add attr 'updated_at' to ProjectIssue --- gitlab/objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gitlab/objects.py') diff --git a/gitlab/objects.py b/gitlab/objects.py index 5166b08..e532c09 100644 --- a/gitlab/objects.py +++ b/gitlab/objects.py @@ -1394,7 +1394,7 @@ class ProjectIssue(GitlabObject): 'labels', 'created_at'] optionalUpdateAttrs = ['title', 'description', 'assignee_id', 'milestone_id', 'labels', 'created_at', - 'state_event'] + 'updated_at', 'state_event'] shortPrintAttr = 'title' managers = ( ('notes', ProjectIssueNoteManager, -- cgit v1.2.1