Skip to main content
Glama

list_issues

Retrieve GitLab issues by applying filters like project, assignee, labels, state, and search terms to manage project tasks effectively.

Instructions

List issues (default: created by current user only; use scope='all' for all accessible issues)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNoProject ID or URL-encoded path (optional - if not provided, lists issues across all accessible projects)
assignee_idNoReturn issues assigned to the given user ID. user id or none or any
assignee_usernameNoReturn issues assigned to the given username
author_idNoReturn issues created by the given user ID
author_usernameNoReturn issues created by the given username
confidentialNoFilter confidential or public issues
created_afterNoReturn issues created after the given time
created_beforeNoReturn issues created before the given time
due_dateNoReturn issues that have the due date
labelsNoArray of label names
milestoneNoMilestone title
issue_typeNoFilter to a given type of issue. One of issue, incident, test_case or task
iteration_idNoReturn issues assigned to the given iteration ID. None returns issues that do not belong to an iteration. Any returns issues that belong to an iteration.
scopeNoReturn issues from a specific scope
searchNoSearch for specific terms
stateNoReturn issues with a specific state
updated_afterNoReturn issues updated after the given time
updated_beforeNoReturn issues updated before the given time
with_labels_detailsNoReturn more details for each label
pageNoPage number for pagination (default: 1)
per_pageNoNumber of items per page (max: 100, default: 20)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zereight/gitlab-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server