File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -132,4 +132,13 @@ $ sh scripts/image_push.sh docker_user_name
13213249 . ` get_pipeline_job ` - Get details of a GitLab pipeline job number
13313350 . ` get_pipeline_job_output ` - Get the output/trace of a GitLab pipeline job number
13413451 . ` list_merge_requests ` - List merge requests in a GitLab project with filtering options
135+ 52 . ` list_milestones ` - List milestones in a GitLab project with filtering options
136+ 53 . ` get_milestone ` - Get details of a specific milestone
137+ 54 . ` create_milestone ` - Create a new milestone in a GitLab project
138+ 55 . ` edit_milestone ` - Edit an existing milestone in a GitLab project
139+ 56 . ` delete_milestone ` - Delete a milestone from a GitLab project
140+ 57 . ` get_milestone_issue ` - Get issues associated with a specific milestone
141+ 58 . ` get_milestone_merge_requests ` - Get merge requests associated with a specific milestone
142+ 59 . ` promote_milestone ` - Promote a milestone to the next stage
143+ 60 . ` get_milestone_burndown_events ` - Get burndown events for a specific milestone
135144<!-- TOOLS-END -->
You can’t perform that action at this time.
0 commit comments