Skip to content

A tool that uses a git repo's commit history to determine which Jira issues are being deployed and consequently comment and/or close them

Notifications You must be signed in to change notification settings

liip/jira_release_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jira Release Helper

A tool that uses a git repo's commit history to determine which Jira issues are being deployed and consequently comment and/or close them.

Usage

jira_release <COMMAND> <jira prefix> <environment> <remote commit hash> <local commit hash> <local git repo path>

The COMMAND can be either:

  • comment_and_close_issues_to_deploy: for each detected Jira issue, this command will ask the user if he allows a commment to be posted, THEN asks if the program should close and resolve the issue.
  • comment_after_deploy: for each detected Jira issue, this command will ask the user if he allows a commment to be posted.

Example

jira_release comment_after_deploy SWING- staging 8278cf99cf270332d113f6a3de7ea526c9a126db 5be893162f4bc698acdd6c969388117f0e25c931 /code

About

A tool that uses a git repo's commit history to determine which Jira issues are being deployed and consequently comment and/or close them

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages