Skip to content

euphoria/git-jira-attacher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-jira-attacher

A script to upload patches from Git to JIRA, designed for use with Apache's JIRA installation.

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

Usage

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. 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.

License

This software is distributed under the MIT license. See COPYING for details.

About

Python script to upload patches from Git to JIRA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%