Hi,
If we add a milestone on JTracker and save the issue the milestone gets synced.
I think we can add some code to the updateGithub
methode here:
https://github.com/joomla/jissues/blob/master/src/App/Tracker/Controller/Issue/Save.php#L271
Or should this also wait? As it is to projekt specific?
I wonder if this is not something we want to do for all projects managed on GitHub?...
Labels |
Added:
GitHub sync
|
I think I'd add it to a pool of actions and probably make it more of an opt-out thing at the project level.
All this action stuff might make for a good GSoC project...
I wonder if this is not something we want to do for all projects managed on GitHub?...
Agree it is not too project specific as I thought. That is why I've made it in the #425. It will sync along with the labels. And yes - it is in the main controller currently
I think I'd add it to a pool of actions and probably make it more of an opt-out thing at the project level.
This should be the second phase. At least we have it abstracted in the separate method.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-04-10 11:42:24 |
Yeap it's again the same situation. We do not need to put it into main controllers.