-
Improvement
-
Resolution: Fixed
-
Minor
-
None
Currently issues are updated when the SCM Listener fires, this is not perfect.
Instead there should be a recorder that updates the issues, thereby the user also have more control.
For backwards compatibility I think it will continue to listen on SCM Changes if there is not added a recorder.
Code changed in jenkins
User: Erik Zielke
Path:
src/main/java/org/jenkinsci/plugins/youtrack/YouTrackSCMListener.java
src/main/java/org/jenkinsci/plugins/youtrack/YoutrackIssueUpdater.java
src/test/java/org/jenkinsci/plugins/youtrack/YouTrackSCMListenerTest.java
http://jenkins-ci.org/commit/youtrack-plugin/3c0cbfeee465ac16196620ef3cbce116f66b2b46
Log:
factored out issue updating code in preparation for
JENKINS-24486