nirtamir2 / jiragit

CLI to create git branches from JIRA tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@nirtamir2/jiragit

npm

CLI to create git branches from JIRA tasks

Demo

Checkout task

Checkout task demo

Create task

Create task demo

Installation

npm i -g @nirtamir2/jiragit

Running

jiragit

Config

When you run the CLI in the first time, you need to edit the config file at ~/jiragit.config.json.

{
  "email": "me@mycompany.com",
  "token": "TODO: generate in https://id.atlassian.com/manage-profile/security/api-tokens",
  "host": "https://mycompany.atlassian.net",
  "projectKey": "Example: for issue like ABC-123 ABC is the project key"
}

About

CLI to create git branches from JIRA tasks


Languages

Language:JavaScript 98.5%Language:TypeScript 1.5%