{"id":15171834,"url":"https://github.com/softwaresystemslaboratory/prime-issues","last_synced_at":"2025-10-26T00:30:56.426Z","repository":{"id":41994371,"uuid":"402158914","full_name":"SoftwareSystemsLaboratory/prime-issues","owner":"SoftwareSystemsLaboratory","description":"A tool to download issue metadata from online issue trackers","archived":false,"fork":false,"pushed_at":"2022-04-24T15:59:48.000Z","size":205,"stargazers_count":2,"open_issues_count":4,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-10-30T02:48:10.349Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SoftwareSystemsLaboratory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null}},"created_at":"2021-09-01T18:10:11.000Z","updated_at":"2022-11-04T03:05:06.000Z","dependencies_parsed_at":"2022-08-12T01:50:09.976Z","dependency_job_id":null,"html_url":"https://github.com/SoftwareSystemsLaboratory/prime-issues","commit_stats":null,"previous_names":["softwaresystemslaboratory/ssl-metrics-github-issues","softwaresystemslaboratory/clime-issues"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftwareSystemsLaboratory%2Fprime-issues","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftwareSystemsLaboratory%2Fprime-issues/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftwareSystemsLaboratory%2Fprime-issues/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftwareSystemsLaboratory%2Fprime-issues/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SoftwareSystemsLaboratory","download_url":"https://codeload.github.com/SoftwareSystemsLaboratory/prime-issues/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238229940,"owners_count":19437723,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-09-27T09:04:14.231Z","updated_at":"2025-10-26T00:30:51.131Z","avatar_url":"https://github.com/SoftwareSystemsLaboratory.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CLIME Issues\n\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6478528.svg)](https://doi.org/10.5281/zenodo.6478528)\n[![Release Project](https://github.com/SoftwareSystemsLaboratory/clime-issues/actions/workflows/release.yml/badge.svg)](https://github.com/SoftwareSystemsLaboratory/clime-issues/actions/workflows/release.yml)\n\n\u003e A tool to download issue metadata from online issue trackers\n\n## Table of Contents\n\n- [CLIME Issues](#clime-issues)\n  - [Table of Contents](#table-of-contents)\n  - [About](#about)\n    - [Licensing](#licensing)\n  - [How To Use](#how-to-use)\n    - [Installation](#installation)\n    - [Command Line Options](#command-line-options)\n\n## About\n\nThe Software Systems Laboratory (SSL) CLIME  Issues project is a tool to download issue metadata from online issue trackers. Currently including GitLab, GitHub, and Bugzilla.\n\n### Licensing\n\nThis project is licensed under the BSD-3-Clause. See the [LICENSE](LICENSE) for more information.\n\n## How To Use\n\n### Installation\n\nYou can install the tool via `pip` with either of the two following one-liners:\n\n- `pip install --upgrade pip clime-metrics`\n- `pip install --upgrade pip clime-issues`\n\n### Command Line Options\n\n`clime-bz-issues`\n\n``` shell\nusage: CLIME Bugzilla Issues Downloader (BETA) [-h] -u URL [-i INPUT]\n                                               [-o OUTPUT] [-v]\n\nA tool to download all issues from a Bugzilla hosted issue tracker\n\noptions:\n  -h, --help            show this help message and exit\n  -u URL, --url URL     Bugzilla repository root url. DEFAULT:\n                        https://bugzilla.kernal.org. NOTE: Structure the URL\n                        exactly like the DEFAULT or else this will not work.\n  -i INPUT, --input INPUT\n                        CSV file of exported Bugzilla bugs. DEFAULT:\n                        ./bugzilla_issues.csv\n  -o OUTPUT, --output OUTPUT\n                        File to save JSON response(s) to. DEFAULT:\n                        ./bugzilla_issues.json\n  -v, --version         Display version of the tool\n\nAuthor(s): Nicholas M. Synovic, Jake Palmer, Rohan Sethi, George K.\nThiruvathukal\n```\n\n`clime-gh-issues`\n\n``` shell\nusage: CLIME GitHub Issues Downloader [-h] [-p] -r REPOSITORY [-o OUTPUT] -t\n                                      TOKEN [--log LOG] [-v]\n\nA tool to download all issues from a GitHub hosted repository\n\noptions:\n  -h, --help            show this help message and exit\n  -p, --pull-request    Flag to enable the collection of pull requests with\n                        the other data\n  -r REPOSITORY, --repository REPOSITORY\n                        GitHub formatted as repository owner/repository\n  -o OUTPUT, --output OUTPUT\n                        File to save JSON response(s) to. DEFAULT:\n                        ./github_issues.json\n  -t TOKEN, --token TOKEN\n                        GitHub personal access token\n  --log LOG             File to store logs in. DEFAULT: github_issues.log\n  -v, --version         Display version of the tool\n\nAuthor(s): Nicholas M. Synovic, Jake Palmer, Rohan Sethi, George K.\nThiruvathukal\n```\n\n`clime-gl-issues`\n\n``` shell\nusage: CLIME Gitlab Issues Downloader [-h] -r REPOSITORY [-o OUTPUT] -t TOKEN\n                                      [--log LOG] [-v]\n\nA tool to download all issues from a Gitlab hosted repository\n\noptions:\n  -h, --help            show this help message and exit\n  -r REPOSITORY, --repository REPOSITORY\n                        Gitlab repository ID\n  -o OUTPUT, --output OUTPUT\n                        File to save JSON response(s) to. DEFAULT:\n                        ./gitlab_issues.json\n  -t TOKEN, --token TOKEN\n                        Gitlab personal access token\n  --log LOG             File to store logs in. DEFAULT: gitlab_issues.log\n  -v, --version         Display version of the tool\n\nAuthor(s): Nicholas M. Synovic, Jake Palmer, Rohan Sethi, George K.\nThiruvathukal\n```\n\n`clime-issues-graph`\n\n``` shell\nusage: CLIME GitHub Issues Grapher [-h] [-i INPUT] [-o OUTPUT] [-x X]\n                                   [--y-thousandths] [--type TYPE]\n                                   [--title TITLE] [--x-label X_LABEL]\n                                   [--y-label Y_LABEL]\n                                   [--stylesheet STYLESHEET] [-v]\n\nA tool for graphing GitHub issue information from the output of the CLIME\nGitHub Issues Downloader\n\noptions:\n  -h, --help            show this help message and exit\n  -i INPUT, --input INPUT\n                        JSON export from CLIME GitHub Issues Downloader.\n                        DEFAULT: ./github_issues.json\n  -o OUTPUT, --output OUTPUT\n                        Filename of the graph. DEFAULT: ./github_issues.pdf\n  -x X                  Key of the x values to use for graphing. DEFAULT:\n                        opened_day_since_0\n  --y-thousandths       Flag to divide the y values by 1000\n  --type TYPE           Type of figure to plot. DEFAULT: line\n  --title TITLE         Title of the figure. DEFAULT: \"\"\n  --x-label X_LABEL     X axis label of the figure. DEFAULT: \"\"\n  --y-label Y_LABEL     Y axis label of the figure. DEFAULT: \"\"\n  --stylesheet STYLESHEET\n                        Filepath of matplotlib stylesheet to use. DEFAULT: \"\"\n  -v, --version         Display version of the tool\n\nAuthor(s): Nicholas M. Synovic, Jake Palmer, Rohan Sethi, George K.\nThiruvathukal\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftwaresystemslaboratory%2Fprime-issues","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftwaresystemslaboratory%2Fprime-issues","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftwaresystemslaboratory%2Fprime-issues/lists"}