8000 fixes gpocentek/python-gitlab#215 · uglide/python-gitlab@58708b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 58708b1

Browse files
committed
1 parent 2f274bc commit 58708b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitlab/objects.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,10 +1447,10 @@ class ProjectIssue(GitlabObject):
14471447
requiredUrlAttrs = ['project_id']
14481448
requiredCreateAttrs = ['title']
14491449
optionalCreateAttrs = ['description', 'assignee_id', 'milestone_id',
1450-
'labels', 'created_at']
1450+
'labels', 'created_at', 'due_date']
14511451
optionalUpdateAttrs = ['title', 'description', 'assignee_id',
14521452
'milestone_id', 'labels', 'created_at',
1453-
'updated_at', 'state_event']
1453+
'updated_at', 'state_event', 'due_date']
14541454
shortPrintAttr = 'title'
14551455
managers = (
14561456
('notes', ProjectIssueNoteManager,

0 commit comments

Comments
 (0)
0