{"id":43410832,"url":"https://github.com/tzneal/gitlab-issues","last_synced_at":"2026-02-02T16:52:34.908Z","repository":{"id":57577495,"uuid":"87365320","full_name":"tzneal/gitlab-issues","owner":"tzneal","description":"A tool to extract gitlab issues in text and CSV format","archived":false,"fork":false,"pushed_at":"2017-04-22T23:19:05.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-06-20T09:23:00.508Z","etag":null,"topics":["exporter","gitlab","issues"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tzneal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-05T23:23:52.000Z","updated_at":"2020-04-28T14:56:26.000Z","dependencies_parsed_at":"2022-09-11T22:51:01.895Z","dependency_job_id":null,"html_url":"https://github.com/tzneal/gitlab-issues","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tzneal/gitlab-issues","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzneal%2Fgitlab-issues","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzneal%2Fgitlab-issues/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzneal%2Fgitlab-issues/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzneal%2Fgitlab-issues/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tzneal","download_url":"https://codeload.github.com/tzneal/gitlab-issues/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzneal%2Fgitlab-issues/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29015584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T16:17:30.374Z","status":"ssl_error","status_checked_at":"2026-02-02T15:58:50.469Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["exporter","gitlab","issues"],"created_at":"2026-02-02T16:52:32.094Z","updated_at":"2026-02-02T16:52:34.904Z","avatar_url":"https://github.com/tzneal.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gitlab-issues\n\nA simple tool to export gitlab issues in both text and CSV format.  It uses the\nhandy [xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) library to pull\nthe issues from gitlab.\n\n## Note\n\nRequires go 1.7+\n\n# Installation\n```go install github.com/tzneal/gitlab-issues```\n\n# Usage\n```\n    Usage of gitlab-issues:\n      -csv\n        \tformat output as CSV\n      -label string\n        \tissues with any maching label will be returned, multiple labels can be separated by a comma\n      -milestone string\n        \tproject milestone\n      -o string\n        \tspecify filename to write output to instead of stdout\n      -project string\n        \tproject name\n      -token string\n        \tgitlab token from User Settings-\u003eAccount page\n      -url string\n        \tbase URL to connect to (default \"https://gitlab.com/\")\n```\n\n# Examples\n- Extract Issues from a particular milestone\n\n```gitlab-issues --url https://gitlab.xyz.com --token my-secret-token --project my/project --milestone \"Release 1.0\"```\n\n- Export as CSV\n\n```gitlab-issues --url https://gitlab.xyz.com --token my-secret-token --project my/project --csv -o issues.csv```\n\n- Pull issues with particular labels\n\n```gitlab-issues --url https://gitlab.xyz.com --token my-secret-token --project my/project --label Planned,Development```\n\n\n# FAQ\n\n- Where do I find the token to use for my gitlab instance?\n\n  If you click Profile -\u003e Settings in gitlab, and look at the 'Account' tab, it's listed as your 'Private token'.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftzneal%2Fgitlab-issues","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftzneal%2Fgitlab-issues","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftzneal%2Fgitlab-issues/lists"}