We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f274bc commit 58708b1Copy full SHA for 58708b1
gitlab/objects.py
@@ -1447,10 +1447,10 @@ class ProjectIssue(GitlabObject):
1447
requiredUrlAttrs = ['project_id']
1448
requiredCreateAttrs = ['title']
1449
optionalCreateAttrs = ['description', 'assignee_id', 'milestone_id',
1450
- 'labels', 'created_at']
+ 'labels', 'created_at', 'due_date']
1451
optionalUpdateAttrs = ['title', 'description', 'assignee_id',
1452
'milestone_id', 'labels', 'created_at',
1453
- 'updated_at', 'state_event']
+ 'updated_at', 'state_event', 'due_date']
1454
shortPrintAttr = 'title'
1455
managers = (
1456
('notes', ProjectIssueNoteManager,
0 commit comments