{"id":37132840,"url":"https://github.com/jsubroto/jira-cli","last_synced_at":"2026-01-14T15:29:53.084Z","repository":{"id":329214019,"uuid":"1117915546","full_name":"jsubroto/jira-cli","owner":"jsubroto","description":"A Jira command-line tool for listing issues, sprint summaries, workflow transitions, and moving backlog items into the active sprint. Fast and scriptable.","archived":false,"fork":false,"pushed_at":"2025-12-18T03:12:49.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-21T12:49:34.296Z","etag":null,"topics":["agile","automation","backlog","cli","command-line","developer-tools","go","golang","issue-tracking","jira","jira-cli","productivity","sprint","terminal","workflow"],"latest_commit_sha":null,"homepage":"","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/jsubroto.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-17T02:12:09.000Z","updated_at":"2025-12-18T03:14:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jsubroto/jira-cli","commit_stats":null,"previous_names":["jsubroto/jira-cli"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jsubroto/jira-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsubroto%2Fjira-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsubroto%2Fjira-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsubroto%2Fjira-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsubroto%2Fjira-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsubroto","download_url":"https://codeload.github.com/jsubroto/jira-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsubroto%2Fjira-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28424374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"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":["agile","automation","backlog","cli","command-line","developer-tools","go","golang","issue-tracking","jira","jira-cli","productivity","sprint","terminal","workflow"],"created_at":"2026-01-14T15:29:52.476Z","updated_at":"2026-01-14T15:29:53.079Z","avatar_url":"https://github.com/jsubroto.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jira-cli\n\nA minimal, fast Jira command-line tool.  \nLists your assigned issues, shows sprint summaries, transitions issues, and moves backlog items into the active sprint.\n\n## Features\n\n- Show all issues assigned to you  \n- Sprint summaries with story-point totals  \n- Transition issues to another workflow state  \n- Move backlog issues into the currently active sprint  \n- Optional interactive mode\n\n## Install\n\n```\ngo install github.com/jsubroto/jira-cli@latest\n```\n\n## Configuration\n\nThe CLI reads **environment variables only**.  \nIf you keep them in a `.env` file, load them using your preferred method (`dotenv`, `direnv`, manual export). The binary does not read `.env` itself.\n\nRequired variables:\n\n```\nJIRA_EMAIL=you@example.com\nJIRA_API_TOKEN=your_api_token\nJIRA_URL=https://yourcompany.atlassian.net\n```\n\nNo board ID is required. The tool infers the active sprint from your assigned issues.\n\n## Usage\n\n### List your issues\n```\njira-cli\n```\n\n### Transition an issue\n```\njira-cli ABC-123 \"In Progress\"\n```\nThe status text must match one of the available transitions for that issue.\n\n### Move an issue into the active sprint\n```\njira-cli -m ABC-123\n```\nIf no key is provided, you’ll be prompted to pick an unsprinted issue.\n\n### Interactive mode\n```\njira-cli -i\n```\nPick an issue and a new status; issues not in a sprint are auto-added to the active sprint.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsubroto%2Fjira-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsubroto%2Fjira-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsubroto%2Fjira-cli/lists"}