Skip to content

A tool to analyze git commits, extract JIRA numbers and pull issue details for Change Request process

License

Notifications You must be signed in to change notification settings

GaaraZhu/crgenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crgenerator



A tool to analyze git commits, extract JIRA numbers and pull issue details for Change Request process

Setup

  1. install
    brew install crgenerator
  1. config
    echo 'export JIRA_BASE_URL=???' >> ~/.zshrc
    echo 'export JIRA_USER_NAME=???' >> ~/.zshrc
    echo 'export JIRA_API_TOKEN=???' >> ~/.zshrc
    source ~/.zshrc
  1. run - go to project directory, check JIRA issues between commits, tags, branches etc
    crgenerator $START $END

issues_between_commits

Contribution

Your contributions are always welcome!

License

This work is licensed under MIT.

About

A tool to analyze git commits, extract JIRA numbers and pull issue details for Change Request process

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages