1.3.2 • Published 5 years ago
github-jira v1.3.2
github-jira
USAGE
$ github-jira [COMMAND]
COMMANDS
config view or change configuration settings
help display help for github-jira
pr create a pull request from a Jira ticket
start start work on a Jira ticketFeatures
- Create Github pull request from a Jira ticket
- Start work on a Jira ticket
- Transitions ticket to
In Progressand creates a new git branch automatically (based off ticket issue type and name)
- Transitions ticket to
Install
Standalone
Download latest binary here: https://github.com/alexfu/github-jira/releases.
npm
$ npm i github-jiraConfigure
github-jira requires initial configuration before using. Run the following command to setup configuration:
$ github-jira config:initUsage
Run github-jira help to see a list of all available commands. Each command also has their own help subcommand.
Integrate with Git
Easily integrate with git by using this script:
#!/bin/bash
github-jira "$@"Save the above script as git-jira and save it somewhere in your PATH so git can pick it up. You can now use github-jira in the following manner:
$ git jira pr -b development -t BUY-123