Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9561b81

Browse files
jflemer-ndpGauvain Pocentek
authored and
Gauvain Pocentek
committed
Support milestone start date (#251)
1 parentf03613d commit9561b81

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)

[8]ページ先頭

©2009-2025 Movatter.jp