dreiss / git-jira-attacher

Python script to upload patches from Git to JIRA

This URL has Read+Write access

dreiss (author)
Tue May 12 16:49:22 -0700 2009
commit  2dad5f82a6471d330d2288e92a8493abdd1e3d19
tree    5a1a8f3581af7799785efc908687c4bcb46333d0
parent  74f628b598ff9c84cf032e8eb12488d2199aefd6
name age message
file README Loading commit data...
file git-jira-attacher.py
README
git-jira-attacher: A script to upload patches from Git to JIRA

git-jira-attacher exports patches from Git using git format-patch,
then attaches them to a JIRA issue using the SOAP API.

Run without arguments for usage.  GIT_RANGE is a commit range, like
master..HEAD.  git-jira-attacher expects commit messages to begin
with (e.g.) "PROJECT-123. " (no quotes) in order to identify the
relevant issue.  If all of the commits apply to a single issue,
only one needs to have the tag.  Otherwise, every commit needs a tag.

Thrift developers, don't forget to set "patch available" to true.