Skip to content

🤖 Automation tool that fetches data from Jira API by current git branch and uses prepare-commit-msg hook

License

Notifications You must be signed in to change notification settings

Juszczak/git-jira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

69985c3 · Nov 21, 2022

History

47 Commits
Nov 18, 2022
Nov 18, 2022
Aug 8, 2017
Nov 18, 2022
Nov 21, 2022

Repository files navigation

Git Jira

🤖 Automation tool that fetches data from Jira API by the git branch name

Install

bash <(curl https://raw.githubusercontent.com/Juszczak/git-jira/master/scripts/install)

Setup

Set up Jira credentials as git config entries (global or for a single repo):

git config --global jira.email your_email
git config --global jira.token your_token
git config --global jira.url your_jira_url
git config --global jira.enabled true

Usage

git commit