Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

lpirl/redmine_assign_via_commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This plug-in allows you to set the assignee via your commit message

Simply add a > and the desired login name after your reference to the corresponding commit.

Examples

This commit refs #1, #2 and fixes #3 >johndoe

or

Implement feature #1234 @2,5h >johndoe

Installation

Just follow the plugin installation procedure from the Redmine Wiki.

Implementation

This plug in patches a hook into scan_for_issues of the Redmine model Changeset (for future flexibility) and then attaches a listener to that hook to parse commit messages.

About

Set an issue's assignee by commit message

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages