Skip to content

Commit 9561b81

Browse files
jflemer-ndpGauvain Pocentek
authored and
Gauvain Pocentek
committed
Support milestone start date (#251)
1 parent f03613d commit 9561b81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gitlab/objects.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1861,7 +1861,8 @@ class ProjectMilestone(GitlabObject):
18611861
requiredUrlAttrs = ['project_id']
18621862
optionalListAttrs = ['iid', 'state']
18631863
requiredCreateAttrs = ['title']
1864-
optionalCreateAttrs = ['description', 'due_date', 'state_event']
1864+
optionalCreateAttrs = ['description', 'due_date', 'start_date',
1865+
'state_event']
18651866
optionalUpdateAttrs = requiredCreateAttrs + optionalCreateAttrs
18661867
shortPrintAttr = 'title'
18671868

0 commit comments

Comments
 (0)