Am Sat, 20 Dec 2014 11:35:30 +0000 schrieb sebb <seb...@gmail.com>: > On 20 December 2014 at 01:57, Bernd Eckenfels > <e...@zusammenkunft.net> wrote: > > Am Sat, 20 Dec 2014 02:48:43 +0100 > > schrieb Bernd Eckenfels <e...@zusammenkunft.net>: > > > >> <!-- Don't include sub-task --> > >> <typeIds>Bug,New Feature,Task,Improvement,Wish,Test</typeIds> > >> > >> So should we add "improvement" here as well? > > > > Sorry I missed the fact it is already added. Any other idea what > > could cause this? > > There may be a limit on how many results can be returned.
Yes, the limit is currently 100, and it seems JIRA is first limiting the results and then sorting them. So I guess increasing the limit and maybe also restricting to the current version would help: <onlyCurrentVersion>true</onlyCurrentVersion> <maxEntries>300</maxEntries> Is this something for commons-parent or should I include and overwrite the changes-plugin configuration in VFS? (Currently the changes-plugin is only configured for the relnotes profile, so I would need to add it) Gruss Bernd --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org