{"id":15007980,"url":"https://github.com/misiek231/git-issues-manager","last_synced_at":"2026-04-01T20:28:03.794Z","repository":{"id":257225704,"uuid":"857386257","full_name":"misiek231/git-issues-manager","owner":"misiek231","description":"Simple .NET web api for managing issues in some most popular hosting platforms such as github","archived":false,"fork":false,"pushed_at":"2024-09-15T20:00:45.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T21:52:53.862Z","etag":null,"topics":["git","github","issues"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/misiek231.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-14T14:18:26.000Z","updated_at":"2024-09-15T20:00:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae14c99a-12a8-43d5-b45a-538bea57204f","html_url":"https://github.com/misiek231/git-issues-manager","commit_stats":null,"previous_names":["misiek231/git-issues-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/misiek231/git-issues-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misiek231%2Fgit-issues-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misiek231%2Fgit-issues-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misiek231%2Fgit-issues-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misiek231%2Fgit-issues-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/misiek231","download_url":"https://codeload.github.com/misiek231/git-issues-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misiek231%2Fgit-issues-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: 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":["git","github","issues"],"created_at":"2024-09-24T19:14:43.262Z","updated_at":"2026-04-01T20:28:03.771Z","avatar_url":"https://github.com/misiek231.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git issues manager\nSimple .NET web api for managing issues in some most popular hosting platforms such as github. App was written in such way to make it easy to add other clients.\n\n### Currently supported actions\n\n- create issue (name and description)\n- update issue (name and description)\n- close issue\n\n### Currently supported clients\n\n- Github\n- Gitlab\n\n## Running project\n\n1. Pull repository\n2. Duplicate file `appsettings.Example.json` and rename it to: `appsettings.json`\n3. Set variable `GitClients` inside appsettings.json (all props are required for proper app working)\n4. Run project `GitIssuesManager.Api` in Visual Studio or with command line  \n\n```bash\ndotnet run --project GitIssuesManager.Api\n```\n\nWarning! .Net SDK or runtime in version 8.0 or higher is required to run project.\n\n## Example of usage\n\nCreate new issue by calling:\n\n```http\nPOST {HOST}/api/issues\nAccept: application/json\nContent-Type: application/json\n{\n    # New issue params\n    \"Name\": \"test\", \n    \"Description\": \"Test\", \n    \n    # Optional configuration for both platforms depending on where you want to create issue\n    \"Github\": { \n        \"Owner\": \"misiek231\",\n        \"Repo\": \"git-issues-manager\"\n    },\n    \"Gitlab\": {\n        \"ProjectId\": \"test\"\n    }\n}\n```\n\nYou can find another examples of usage and test api in file `GitIssuesManager.Api.http`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisiek231%2Fgit-issues-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmisiek231%2Fgit-issues-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisiek231%2Fgit-issues-manager/lists"}