create_merge_request | namespace, project, source_branch, target_branch, title, optional description/draft/assignee_ids/reviewer_ids/labels/milestone_id/remove_source_branch/squash |
update_merge_request | namespace, project, mr_iid, optional title/description/target_branch/state_event=reopen/assignee_ids/reviewer_ids/labels/milestone_id/remove_source_branch/squash |
close_merge_request | namespace, project, mr_iid |
create_issue | namespace, project, title, optional description/assignee_ids/labels/milestone_id/due_date |
update_issue | namespace, project, iid, optional title/description/assignee_ids/labels/milestone_id/due_date/state_event=reopen |
close_issue | namespace, project, iid |
add_note | namespace, project, noteable_type, noteable_iid, body, optional position (MR diff comments only) |
update_note | namespace, project, noteable_type, noteable_iid, note_id, body |
delete_note | namespace, project, noteable_type, noteable_iid, note_id |
create_release | namespace, project, tag_name, name, optional description/ref/assets |
update_release | namespace, project, tag_name, optional name/description/milestones |
delete_release | namespace, project, tag_name |
delete_release_link | namespace, project, tag_name, link_id |
retry_pipeline | namespace, project, pipeline_id |
retry_failed_jobs | namespace, project, pipeline_id |
cancel_pipeline | namespace, project, pipeline_id |
trigger_pipeline | namespace, project, token, ref, optional variables |
play_job | namespace, project, job_id, optional variables |