{"id":16542840,"url":"https://github.com/expobrain/jsprint","last_synced_at":"2025-07-04T17:37:36.096Z","repository":{"id":41436266,"uuid":"133942949","full_name":"expobrain/jsprint","owner":"expobrain","description":"A small CLI interface to better manage JIRA sprints","archived":false,"fork":false,"pushed_at":"2022-11-01T20:38:52.000Z","size":61,"stargazers_count":3,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T20:46:56.578Z","etag":null,"topics":["cli","jira","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/expobrain.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":"2018-05-18T10:59:51.000Z","updated_at":"2022-01-31T23:13:26.000Z","dependencies_parsed_at":"2023-01-21T06:48:14.433Z","dependency_job_id":null,"html_url":"https://github.com/expobrain/jsprint","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/expobrain/jsprint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/expobrain%2Fjsprint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/expobrain%2Fjsprint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/expobrain%2Fjsprint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/expobrain%2Fjsprint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/expobrain","download_url":"https://codeload.github.com/expobrain/jsprint/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/expobrain%2Fjsprint/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263589385,"owners_count":23485102,"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":["cli","jira","python"],"created_at":"2024-10-11T18:58:40.123Z","updated_at":"2025-07-04T17:37:36.040Z","avatar_url":"https://github.com/expobrain.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSprint\n\n## Description\n\nJSprint is a small command line utility written in Python to easly manage issues and sprints in\nJira.\n\nIt's written around my specific managing needs but feel free to copy and chnage it to better fit\nyou needs.\n\n## Installation\n\nJSprint needs Python 3.6+ to run.\n\nClone the repository, install the requirements and execute the CLI utility:\n\n```\ngit clone https://github.com/expobrain/jsprint.git\ncd jsprint\npip install -r requirements.txt\n./jsprint.py\n```\n\n## Setup\n\nCreate a copy of `settings.sample.json` and save it as `settings.json` then fill in all the\nsettings relative for your setup:\n\n- _jira_url_: URL of the Jira instance\n- _jira_username_ and _jira_password_: credentials of the Jira's account\n- _jira_project_: project's prefix to be used for issue's numbers\n- _jira_board_id_: the Jira board's ID which contains the sprints\n- _team_members_: optional list of the team members to be used to filter the sprint's results\n- _team_labels_: optional list of labels to filter the sprint's results\n\n## Commands\n\nFor the full list of available commands at the prompt type:\n\n```\nhelp\n```\n\n## Contribute\n\nClone the repository, install packages and setup git hooks:\n\n```\ngit clone https://github.com/expobrain/jsprint\npip install -r requirements_dev.txt\ngit config core.hooksPath .githooks\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpobrain%2Fjsprint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexpobrain%2Fjsprint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpobrain%2Fjsprint/lists"}