(11-27-2015, 09:20 AM)Skywolf Wrote: Curious though. When (if even at all) is it worth writing about an issue accepted in the issue tracker?
And something I was wondering recently: Why isnt there a system where an issue has to be assigned to a game when accepted after which a bot (or object on wiki pages) that keeps track of this and adds (a link to) the issue to the appropriate wiki page? Wouldnt be as good having it writen specifically for a wiki by an actual human being but it would make the wiki always up-to-date with recent issues and fixes.
This is something I was literally thinking about last night, nothing concrete since it's going to require some pulleys/levers on both the issue tracker and on the Wiki side for something automated. I did some testing in Redmine but nothing much from that side, my best solution would be:
* Create a new custom field in Redmine, make it multi-line text and call it GameID (This would move it from the description area)
* Pull out issue data from Redmine with a script
* Use Data_Transfer extension with Mediawiki into pages matching the GameID (This would overwrite the existing redirects on Wiki)
* Use Transclusion to pull the data from this page into the actual game page (This way a link back towards Redmine in the form of the issue URL can be added to the Wiki)
Obviously the premises is a bit vague but you get the idea.