{"id":14156640,"url":"https://github.com/EndemolShineGroup/cz-jira-smart-commit","last_synced_at":"2025-08-06T03:31:04.841Z","repository":{"id":57111516,"uuid":"152467496","full_name":"EndemolShineGroup/cz-jira-smart-commit","owner":"EndemolShineGroup","description":"A Commitizen adapter for JIRA smart commits","archived":false,"fork":false,"pushed_at":"2020-06-02T00:46:42.000Z","size":3111,"stargazers_count":7,"open_issues_count":22,"forks_count":4,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2024-12-02T03:02:34.780Z","etag":null,"topics":["commitizen","commitizen-adapter","jira","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/EndemolShineGroup.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null}},"created_at":"2018-10-10T18:02:52.000Z","updated_at":"2024-05-02T21:41:31.000Z","dependencies_parsed_at":"2022-08-21T11:00:22.015Z","dependency_job_id":null,"html_url":"https://github.com/EndemolShineGroup/cz-jira-smart-commit","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndemolShineGroup%2Fcz-jira-smart-commit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndemolShineGroup%2Fcz-jira-smart-commit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndemolShineGroup%2Fcz-jira-smart-commit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndemolShineGroup%2Fcz-jira-smart-commit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EndemolShineGroup","download_url":"https://codeload.github.com/EndemolShineGroup/cz-jira-smart-commit/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228835541,"owners_count":17979163,"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":["commitizen","commitizen-adapter","jira","typescript"],"created_at":"2024-08-17T08:07:29.149Z","updated_at":"2024-12-09T04:30:45.564Z","avatar_url":"https://github.com/EndemolShineGroup.png","language":"TypeScript","funding_links":[],"categories":["typescript"],"sub_categories":[],"readme":"![Banner][icon-banner]\n\n[![MIT Licensed][icon-license]][link-license]\n[![NPM Version][icon-npm]][link-npm]\n[![Build Status][icon-ci]][link-ci]\n[![Greenkeeper Status][icon-greenkeeper]][link-greenkeeper]\n\n[![Code Issues][icon-issues]][link-issues]\n[![Codebase Maintainability][icon-maintainability]][link-maintainability]\n[![Test Coverage][icon-coverage]][link-coverage]\n[![Jest][icon-jest]][link-jest]\n\n[![Commitizen][icon-commitizen]][link-commitizen]\n[![Semantic Release][icon-semantic-release]][link-semantic-release]\n[![Prettier][icon-prettier]][link-prettier]\n\nA Commitizen adapter for [JIRA smart commits][link-smart-commits].\n\n[link-smart-commits]: https://confluence.atlassian.com/display/FISHEYE/Using+smart+commits\n\n## Installation\n\n```bash\nyarn add -D @endemolshinegroup/cz-jira-smart-commit\n```\n\nAdd the following to your `.czrc`:\n\n```json\n{\n  \"path\": \"@endemolshinegroup/cz-jira-smart-commit\"\n}\n```\n\n## Usage\n\n[![asciicast][icon-asciicast]][link-asciicast]\n\n## Configuration\n\nThe adapter can be customised by specifying additional options in `.czrc`:\n\n```json\n{\n  \"path\": \"@endemolshinegroup/cz-jira-smart-commit\",\n  \"@endemolshinegroup/cz-jira-smart-commit\": {\n    \"pullRequestsOnly\": true,\n    \"scopes\": {\n      \"api\": \"For API commits\",\n      \"site\": \"For frontend commits\",\n      \"docs\": \"For documentation commits\"\n    }\n  }\n}\n```\n\n[icon-banner]: docs/assets/banner.png\n\n[icon-license]: https://img.shields.io/github/license/EndemolShineGroup/cz-jira-smart-commit.svg?longCache=true\u0026style=flat-square\n[link-license]: LICENSE\n[icon-npm]: https://img.shields.io/npm/v/@endemolshinegroup/cz-jira-smart-commit.svg?longCache=true\u0026style=flat-square\n[link-npm]: https://www.npmjs.com/package/@endemolshinegroup/cz-jira-smart-commit\n[icon-ci]: https://img.shields.io/travis/com/EndemolShineGroup/cz-jira-smart-commit.svg?longCache=true\u0026style=flat-square\n[link-ci]: https://travis-ci.com/EndemolShineGroup/cz-jira-smart-commit\n[icon-greenkeeper]: https://img.shields.io/badge/greenkeeper-enabled-brightgreen.svg?longCache=true\u0026style=flat-square\n[link-greenkeeper]: https://greenkeeper.io/\n\n[icon-issues]: https://img.shields.io/codeclimate/issues/EndemolShineGroup/cz-jira-smart-commit.svg?longCache=true\u0026style=flat-square\n[link-issues]: https://codeclimate.com/github/EndemolShineGroup/cz-jira-smart-commit/issues\n[icon-maintainability]: https://img.shields.io/codeclimate/maintainability/EndemolShineGroup/cz-jira-smart-commit.svg?longCache=true\u0026style=flat-square\n[link-maintainability]: https://codeclimate.com/github/EndemolShineGroup/cz-jira-smart-commit\n[icon-coverage]: https://img.shields.io/codecov/c/github/EndemolShineGroup/cz-jira-smart-commit/develop.svg?longCache=true\u0026style=flat-square\n[link-coverage]: https://codecov.io/gh/EndemolShineGroup/cz-jira-smart-commit\n\n[icon-jest]: https://img.shields.io/badge/tested_with-jest-99424f.svg?longCache=true\u0026style=flat-square\n[link-jest]: https://jestjs.io/\n\n[icon-commitizen]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?longCache=true\u0026style=flat-square\n[link-commitizen]: http://commitizen.github.io/cz-cli/\n[icon-semantic-release]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?longCache=true\u0026style=flat-square\n[link-semantic-release]: https://semantic-release.gitbooks.io/semantic-release/\n[icon-prettier]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?longCache=true\u0026style=flat-square\n[link-prettier]: https://prettier.io/\n\n[icon-asciicast]: https://asciinema.org/a/bvWYX4U9OY455fxZ7zFTRB9Mv.svg\n[link-asciicast]: https://asciinema.org/a/bvWYX4U9OY455fxZ7zFTRB9Mv\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEndemolShineGroup%2Fcz-jira-smart-commit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEndemolShineGroup%2Fcz-jira-smart-commit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEndemolShineGroup%2Fcz-jira-smart-commit/lists"}