Project

General

Profile

Executing arbitrary command upon issue update

Added by Marcin Trendota almost 15 years ago

Basically i want to copy some files from SVN repository to somewhere on the filesystem, when someone closes an issue (lets say "Task" type issue). Of course we have many projects, so exact source, destination and filenames are project dependant. Possibility to execute (Linux) shell script would be the best solution.
Is there a way to do this?
TIA.


Replies (1)

RE: Executing arbitrary command upon issue update - Added by Marcin Trendota over 14 years ago

Finally i've done some workaround. I'm parsing an email that i receive upon issue status change, and looking for all neccessary information in redmine database. Whole script in Python consists about 40 lines. And hopefully it'll work (;)

    (1-1/1)