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 97e2689 commit 2281283Copy full SHA for 2281283
gitlab.py
@@ -871,7 +871,7 @@ class ProjectMilestone(GitlabObject):
871
requiredListAttrs = ['project_id']
872
requiredGetAttrs = ['project_id']
873
requiredCreateAttrs = ['project_id', 'title']
874
- optionalCreateAttrs = ['description', 'due_date']
+ optionalCreateAttrs = ['description', 'due_date', 'state_event']
875
shortPrintAttr = 'title'
876
877
0 commit comments