Skip to content

pariser/git_post_receive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use Github's post-receive hooks to comment on or resolve JIRA issues.

To use:
- copy config/jira-TEMPLATE.yml to config/jira.yml and put your JIRA credentials in this file.
- deploy to a server that accepts incoming POSTs from github
- on your github repository, go to Admin > Service Hooks > Post-Receive URLs, and put your url in.
- commit to your repository

Triggers:

In your comment include "(resolve[sd]?|fixe?[sd]?) PROJECT-241" to resolve PROJECT-241.
For any issue key (i.e. PROJECT-241) in your commit message, the message will be attached to the bug as a comment.

About

Mucking around with post-commit hooks in Git, in part to integrate with JIRA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published