Record
merge-request-changes
No description available.
record merge-request-changes {
assignee: option<user-basic>,
author: option<user-basic>,
changes: option<repo-diff>,
created-at: option<string>,
description: option<string>,
downvotes: option<string>,
force-remove-source-branch: option<string>,
id: option<string>,
iid: option<string>,
labels: option<string>,
merge-commit-sha: option<string>,
merge-status: option<string>,
merge-when-build-succeeds: option<string>,
milestone: option<milestone>,
project-id: option<string>,
sha: option<string>,
should-remove-source-branch: option<string>,
source-branch: option<string>,
source-project-id: option<string>,
state: option<string>,
subscribed: option<string>,
target-branch: option<string>,
target-project-id: option<string>,
title: option<string>,
updated-at: option<string>,
upvotes: option<string>,
user-notes-count: option<string>,
web-url: option<string>,
work-in-progress: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| assignee | option<user-basic> | |
| author | option<user-basic> | |
| changes | option<repo-diff> | |
| created-at | option<string> | |
| description | option<string> | |
| downvotes | option<string> | |
| force-remove-source-branch | option<string> | |
| id | option<string> | |
| iid | option<string> | |
| labels | option<string> | |
| merge-commit-sha | option<string> | |
| merge-status | option<string> | |
| merge-when-build-succeeds | option<string> | |
| milestone | option<milestone> | |
| project-id | option<string> | |
| sha | option<string> | |
| should-remove-source-branch | option<string> | |
| source-branch | option<string> | |
| source-project-id | option<string> | |
| state | option<string> | |
| subscribed | option<string> | |
| target-branch | option<string> | |
| target-project-id | option<string> | |
| title | option<string> | |
| updated-at | option<string> | |
| upvotes | option<string> | |
| user-notes-count | option<string> | |
| web-url | option<string> | |
| work-in-progress | option<string> |