GitLab · Schema

GitLab Issue

A GitLab issue used for tracking work, bugs, feature requests, or incidents within a project.

CodePlatformSoftware DevelopmentSource Control

Properties

Name Type Description
id integer The globally unique identifier of the issue.
iid integer The internal project-scoped ID of the issue.
project_id integer The ID of the project the issue belongs to.
title string The title of the issue.
description stringnull The description of the issue, supporting Markdown syntax.
state string The current state of the issue.
issue_type string The type of issue.
type string The GitLab-internal issue type designation.
labels array Labels applied to the issue.
milestone object The milestone the issue is associated with.
author object
assignees array Users assigned to work on this issue.
closed_by object The user who closed the issue.
confidential boolean Whether the issue is confidential and visible only to project members with Reporter access or above.
weight integernull The weight assigned to the issue for effort estimation. Requires Premium or Ultimate tier.
severity string The severity level of the issue. Used for incidents.
upvotes integer The number of upvotes the issue has received.
downvotes integer The number of downvotes the issue has received.
user_notes_count integer The number of user-authored comments on the issue.
merge_requests_count integer The number of merge requests related to this issue.
references object
web_url string The URL to view the issue in a browser.
time_stats object
task_completion_status object
has_tasks boolean Whether the issue description contains task list items.
due_date stringnull The due date of the issue in YYYY-MM-DD format.
created_at string The date and time the issue was created.
updated_at string The date and time the issue was last updated.
closed_at stringnull The date and time the issue was closed.
View JSON Schema on GitHub