Skip to content

Commit

Permalink
Support milestone start date (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
jflemer-ndp authored and Gauvain Pocentek committed Apr 12, 2017
1 parent f03613d commit 9561b81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gitlab/objects.py
Expand Up @@ -1861,7 +1861,8 @@ class ProjectMilestone(GitlabObject):
requiredUrlAttrs = ['project_id']
optionalListAttrs = ['iid', 'state']
requiredCreateAttrs = ['title']
optionalCreateAttrs = ['description', 'due_date', 'state_event']
optionalCreateAttrs = ['description', 'due_date', 'start_date',
'state_event']
optionalUpdateAttrs = requiredCreateAttrs + optionalCreateAttrs
shortPrintAttr = 'title'

Expand Down

0 comments on commit 9561b81

Please sign in to comment.