Within Icinga’s Changelog, there’s only the issue ids, but no url. Using that command, you may generate those yourself 🙂
$ perl -nle '/#(d+)/ && print "$_ https://dev.icinga.org/issues/$1n"' < Changelog
Within Icinga’s Changelog, there’s only the issue ids, but no url. Using that command, you may generate those yourself 🙂
$ perl -nle '/#(d+)/ && print "$_ https://dev.icinga.org/issues/$1n"' < Changelog