Skip to content

gitlab: fix showing #unknown for MR/issue IDs#463

Open
michich wants to merge 1 commit into
psss:mainfrom
michich:gitlab-fix-unknown
Open

gitlab: fix showing #unknown for MR/issue IDs#463
michich wants to merge 1 commit into
psss:mainfrom
michich:gitlab-fix-unknown

Conversation

@michich
Copy link
Copy Markdown
Contributor

@michich michich commented Apr 1, 2026

When a project has more than 20 pages of MRs or issues, the bulk listing is skipped and lookups by global ID fail, causing "unknown" to be displayed instead of the actual IID. Use target_iid / noteable_iid fields directly from the GitLab Events API response instead of the expensive bulk lookups.

Assisted-by: Claude:claude-opus-4-6

When a project has more than 20 pages of MRs or issues, the
bulk listing is skipped and lookups by global ID fail, causing
"unknown" to be displayed instead of the actual IID. Use
target_iid / noteable_iid fields directly from the GitLab
Events API response instead of the expensive bulk lookups.

Assisted-by: Claude:claude-opus-4-6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants