-
Suggestion
-
Resolution: Fixed
In the new JIRA Issues Macro for confluence, we're trying to allow users to sort and page on the fly, via ajax. We're doing that by changing and appending things in the URL, like a new sort order, or a new pager/start variable. This works well for normal JIRA Issue Filter URLs, like this one:
However, if you try to get a URL from a saved filter, you get a URL like this:
New sort orders on this URL are simply ignored, and the results returned in the original order. For example:
Parameters on the URL should override the default settings of a saved filter.