Skip to content

Commit f290b2b

Browse files
Merge pull request #2 from GregoryEAllen/GregoryEAllen-patch-2
Add attr 'updated_at' to ProjectIssue
2 parents 14e7ccd + a25fef5 commit f290b2b

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
@@ -1395,7 +1395,7 @@ class ProjectIssue(GitlabObject):
13951395
'labels', 'created_at']
13961396
optionalUpdateAttrs = ['title', 'description', 'assignee_id',
13971397
'milestone_id', 'labels', 'created_at',
1398-
'state_event']
1398+
'updated_at', 'state_event']
13991399
shortPrintAttr = 'title'
14001400
managers = (
14011401
('notes', ProjectIssueNoteManager,

0 commit comments

Comments
 (0)