# cz-jira-smart-commit

> A commitizen adapter for Jira smart commits

Latest version **3.0.0** (published 2017-08-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install cz-jira-smart-commit
pnpm add cz-jira-smart-commit
yarn add cz-jira-smart-commit
bun add cz-jira-smart-commit
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.0.0 |
| Published | 2017-08-27 |
| First published | 2015-08-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 114 |
| Author | Kent C. Dodds |
| Maintainers | linusu, jimthedev, commitizen-bot, kentcdodds |
| Keywords | commitizen, commitizen adapter, jira, jira smart commit |

## Links

- npm: https://www.npmjs.com/package/cz-jira-smart-commit
- Repository: https://github.com/commitizen/cz-jira-smart-commit
- Homepage: https://github.com/commitizen/cz-jira-smart-commit#readme
- Issues: https://github.com/commitizen/cz-jira-smart-commit/issues
- npm.io page: https://npm.io/package/cz-jira-smart-commit

## Dependencies (1)

- [inquirer](https://npm.io/package/inquirer.md) ^1.1.3

## Recent versions

- 3.0.0 (latest) — 2017-08-27
- 2.0.1 — 2016-10-16
- 1.0.3 — 2015-08-07
- 1.0.2 — 2015-08-07
- 1.0.1 — 2015-08-07
- 1.0.0 — 2015-08-07

## README

# cz-jira-smart-commit

A commitizen adapter for [Jira smart commits](https://confluence.atlassian.com/display/FISHEYE/Using+smart+commits).

![Screenshot](other/screenshot.png)

## Usage

### Global Installation

For a quick global installation of the plugin, simply run the `install.sh` script present in this repo:

```
chmod +x install.sh

./install.sh
```

### Add this adapter

Install this adapter

```
npm install cz-jira-smart-commit
```

Reference it in your `.cz.json` of your project

```json
{
  "path": "node_modules/cz-jira-smart-commit/"
}
```

or use commitizen to init
```
commitizen init cz-jira-smart-commit
```


### Day to day work

Instead of `git commit -m 'Your message'`, you type: `git cz` with this adapter and it prompts you for:

- commit message
- Jira Issue Key(s)
- Workflow command
- Time Spent
- Comment

And generates your commit based on that.

---
_Source: https://npm.io/package/cz-jira-smart-commit · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
