Roald Bankras wrote: > > Hey Dennis > > I've taken a look at the new changes plugin, including the documentation, > but I run into a problem when I try to add a filter to my report > configuration. When I add the following filter to the pom, running changes > gives a 500 error. > > <filter>&sorter/field=priority&sorter/order=DESC&sorter/field=updated&sorter/order=DESC&sorter/field=fixVersions&sorter/order=ASC</filter> > > It seems that the leading & is removed from the url. >
Looks like a bug to me. The leading & is indeed stripped from the filter, while when filter is built automatically, it gets a leading & Fill a jira issue for this... Roald Bankras wrote: > > A small comment on the document is that I'd also put an example with a > configuration in there. For the user not familiar with the configuration > tag, the tags describes don't mean a thing. > Have a look at the examples provided. Even though they don't adress your problem at all, you can see how to use the configuration element there. Denis -- View this message in context: http://www.nabble.com/changes-plugin-and-jira-report-tf1992932.html#a5535753 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
