{"id":19469040,"url":"https://github.com/kurtwagner/jira-release-notes","last_synced_at":"2026-04-04T06:07:23.831Z","repository":{"id":50136378,"uuid":"131472514","full_name":"KurtWagner/jira-release-notes","owner":"KurtWagner","description":"Generate JIRA release notes for fix versions","archived":false,"fork":false,"pushed_at":"2023-03-02T02:57:05.000Z","size":397,"stargazers_count":4,"open_issues_count":4,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-15T05:35:54.666Z","etag":null,"topics":["jira","release-notes","slack"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/KurtWagner.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}},"created_at":"2018-04-29T06:48:57.000Z","updated_at":"2023-04-18T07:40:43.000Z","dependencies_parsed_at":"2024-11-10T18:46:03.516Z","dependency_job_id":null,"html_url":"https://github.com/KurtWagner/jira-release-notes","commit_stats":{"total_commits":14,"total_committers":3,"mean_commits":4.666666666666667,"dds":0.5,"last_synced_commit":"c5f8b5e14149463e9362898d45ab59d100a65f38"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KurtWagner%2Fjira-release-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KurtWagner%2Fjira-release-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KurtWagner%2Fjira-release-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KurtWagner%2Fjira-release-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KurtWagner","download_url":"https://codeload.github.com/KurtWagner/jira-release-notes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250808400,"owners_count":21490659,"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":["jira","release-notes","slack"],"created_at":"2024-11-10T18:45:56.307Z","updated_at":"2026-04-04T06:07:23.799Z","avatar_url":"https://github.com/KurtWagner.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jira Release Notes\n\nA command line tool that pulls and prints notes about a given jira release. This was thrown together one weekend for personal use and to experiment with the JIRA api\n\n:warning: It does _not_ support pagination (so max 50 issues) and has no automated tests. If you want to submit a PR for this, please go for it :heart:\n\nThis tool ignores sub-tasks and epics.\n\n```\n$ npm -g install jira-release-notes\n$ jira-release-notes [options]\n```\n\n## Options\n\nCommand line options\n\n### -h, --host\n\nThe JIRA hostname. e.g, \"_yourname_.jira.com\".\n\n### -u, --username\n\nThe JIRA username to log in.\n\n### -p, --password\n\nThe JIRA password for the given username. Please use an [API Token](https://developer.atlassian.com/cloud/jira/platform/jira-rest-api-basic-authentication/#getting-your-api-token) instead of your actual password. Also please ensure you take appropriate measures to hide this detail from any output or logs :see_no_evil: .\n\n### -f, --filter-version\n\nThe name of the release version you want to create notes for. We'll compare this to the \"Fix Version\".\n\n### -v, --verbose\n\nBe noisy with output. Sometimes useful for debugging :loudspeaker:.\n\n### -f, --format\n\nHow should we print the result. I use for slack but you're welcome to extend in other formats if you want to contribute. Can either be:\n\n* `text` (default)\n* `slack-hook` e.g, pipe straight to a [slack inbound hook](https://api.slack.com/incoming-webhooks)\n```\n ... --format slack-hook | curl \\\n -XPOST \\\n -H 'Content-type: application/json' \\\n -d @- \\ https://hooks.slack.com/your/webhook/url\n ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurtwagner%2Fjira-release-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkurtwagner%2Fjira-release-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurtwagner%2Fjira-release-notes/lists"}