summaryrefslogtreecommitdiff
path: root/gitlab/objects.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/objects.py')
-rw-r--r--gitlab/objects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/objects.py b/gitlab/objects.py
index 2391439..b88934e 100644
--- a/gitlab/objects.py
+++ b/gitlab/objects.py
@@ -1395,7 +1395,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,