Skip to content

anlcan/git-jira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

install jira-cmd

npm install -g jira-cmd

configure jira-cmd by running `jira

branch.sh

to create branch with issue name, assign issue to current user and update is status to progress, run :

  gijira-open MOB-11

if a branch with the same name exist, checks out that branch instead

close.sh

to commit all changes, push the branch, mark issue 'done' and open the pull request page on bitbucket, run :

  gijira-close

from the issues' branch

to copy commands to your /usr/local/bin and make them executable

cd /usr/local/bin/ && sudo curl https://raw.githubusercontent.com/anlcan/git-jira/master/branch.sh -o git-jira-branch&& sudo chmod a+x gijira-open

cd /usr/local/bin/ && sudo curl https://raw.githubusercontent.com/anlcan/git-jira/master/close.sh -o git-jira-close && sudo chmod a+x gijira-close

About

git-jira convenience commands using jira-cmd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages