This is a git hook to update JIRA server with commit info. This is a simple set of bash scripts which can be used to update a jira server with git commit information.

This work as following:

  • When a user writes a commit message in git it used the name of a JIRA issue in the format CODE-XXXX (ie. JVIN-7893). Multiple issues separated by comma are supported. Each will be updated.
  • On push the server post-receive hook updates the corresponding JIRA issue via REST API.
  • The issue custom field will be updated to contain (note that this is JIRA wiki code)

See more on gitHub