Skip to content

Commit a25fef5

Browse files
Add attr 'updated_at' to ProjectIssue
1 parent 570e75d commit a25fef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/objects.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ class ProjectIssue(GitlabObject):
13941394
'labels', 'created_at']
13951395
optionalUpdateAttrs = ['title', 'description', 'assignee_id',
13961396
'milestone_id', 'labels', 'created_at',
1397-
'state_event']
1397+
'updated_at', 'state_event']
13981398
shortPrintAttr = 'title'
13991399
managers = (
14001400
('notes', ProjectIssueNoteManager,

0 commit comments

Comments
 (0)