
GitLab
Merge interacts with GitLab API endpoints to access certain information as detailed below.
API Endpoints
POST/projects/{project_id}/issues
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
name
Stringremote_updated_at
DateTime (ISO 8601)remote_id
Stringremote_created_at
DateTime (ISO 8601)collections
Arrayassignees
Arrayticket_url
Stringdescription
Stringstatus
Enumdue_date
DateTime (ISO 8601)ticket_type
Stringproject
UnknownGET/projects/{project_id}/labels
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
tags
ArrayAccess Tag information
Tag fields
name
Stringremote_id
Stringremote_data
ArrayGET/projects/{projects_id}/issues
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
name
Stringpriority
Enumremote_updated_at
DateTime (ISO 8601)remote_id
Stringremote_created_at
DateTime (ISO 8601)ticket_url
Stringdescription
Stringstatus
Enumremote_data
Arraycompleted_at
DateTime (ISO 8601)due_date
DateTime (ISO 8601)ticket_type
StringAccess Comment information
Comment fields
ticket
UUIDGET/groups/{group_id}/projects
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
collections
Arrayproject
UnknownAccess Collection information
Collection fields
name
Stringremote_id
Stringaccess_level
Enumdescription
Stringremote_data
ArrayAccess Project information
Project fields
name
Stringremote_data
Arrayremote_id
Stringdescription
StringGET/projects/{project_id}/issues/{issue_id}/notes
Merge interacts with this API endpoint to...
Access Comment information
Comment fields
remote_id
Stringbody
Stringremote_created_at
DateTime (ISO 8601)user
UUIDremote_data
ArrayGET/groups
Merge interacts with this API endpoint to...
Access Collection information
Collection fields
parent_collection
UUIDGET/groups/{group_id}/members
Merge interacts with this API endpoint to...
Access Collection information
Collection fields
users
UnknownAccess User information
User fields
name
Stringremote_id
Stringis_active
Booleanremote_data
ArrayAccess Role information
Role fields
name
Stringremote_id
StringGET/users/{user_id}
Merge interacts with this API endpoint to...
Access User information
User fields
avatar
Stringemail_address
StringPOST/projects/{project_id}/issues/{issue_iid}/notes
Merge interacts with this API endpoint to...
Access Comment information
Comment fields
remote_id
Stringbody
Stringremote_created_at
DateTime (ISO 8601)user
UUIDticket
UUID