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.
2 parents 19c7784 + 58708b1 commit 1e0ae59Copy full SHA for 1e0ae59
gitlab/objects.py
@@ -1448,10 +1448,10 @@ class ProjectIssue(GitlabObject):
1448
requiredUrlAttrs = ['project_id']
1449
requiredCreateAttrs = ['title']
1450
optionalCreateAttrs = ['description', 'assignee_id', 'milestone_id',
1451
- 'labels', 'created_at']
+ 'labels', 'created_at', 'due_date']
1452
optionalUpdateAttrs = ['title', 'description', 'assignee_id',
1453
'milestone_id', 'labels', 'created_at',
1454
- 'updated_at', 'state_event']
+ 'updated_at', 'state_event', 'due_date']
1455
shortPrintAttr = 'title'
1456
managers = (
1457
('notes', ProjectIssueNoteManager,
0 commit comments