-
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.
Marking as resolved because the paging and sorting are all that are needed for the JIRA issues macro and I'm convinced at this point that allowing anything else to be overridden changes the meaning of the filter too much. If there are other cases, or someone else feels otherwise, we can reopen this and discuss.