Post/Pre commit hook
Hello, had anyone tried to use post commit hook to set new log entries in subversion? For example when we fix an issue and commit to svn with
"#issue Fixed comment...", we want to set the description of the bug to the log(or initial description with the issue).
Does YouTrack have this funcionality?
"#issue Fixed comment...", we want to set the description of the bug to the log(or initial description with the issue).
Does YouTrack have this funcionality?
Please sign in to leave a comment.
All you need is to login to youtrack by someone powerful user and set command to apply.
I don't know if there is any already written hook scripts, but you can try find them in Internet.
But anyway, here you can find REST API documentation on how to send a commands to YouTrack.
Also you can find useful Python library which wraps REST API.
We use a TeamCity for such things.