* Mandatory check for Red Mine issue # during checkin
Added by dinesh kumar over 16 years ago
Dear Reader ,
I need favour. while commit or checkin in svn with issue Id , is it possible to check issue Id's existance in redmine?
if issue Id does n't exists, commit or check in should not be happened, it should show error message.
Replies (2)
RE: * Mandatory check for Red Mine issue # during checkin - Added by Thomas Lecavelier over 16 years ago
This thinks are why pre-commit hook exist in SVN. Waiting for redmine API, you can use your scripting skill to write a hook that check in the database that the issue ID exist :)
RE: * Mandatory check for Red Mine issue # during checkin - Added by Thomas Lecavelier over 16 years ago
Cross-posting. People interesting by this point should have a look here:
http://www.redmine.org/boards/2/topics/show/449
Thank you to not add any further message in the current thread. Use the one in the link.