Issue Details (XML | Word | Printable)

Key: JRA-15313
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Richard Wallace [Atlassian]
Reporter: Jonathan Nolen [Atlassian]
Votes: 1
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
JIRA

Saved Filter URLs do not respect additional parameters

Created: 29/Jul/08 04:44 PM   Updated: 06/Aug/08 06:20 PM   Resolved: 06/Aug/08 06:20 PM
Return to search
Issue 19690 of 63008 issue(s)
<< Previous | JRA-15313 | Next >>
Component/s: Issue navigator
Affects Version/s: 3.12.3
Fix Version/s: 3.13

Time Tracking:
Not Specified

Participants: Anton Mazkovoi [Atlassian], Cheryl Jerozal [Atlassian], Chris Wilkes, Jonathan Nolen [Atlassian] and Richard Wallace [Atlassian]
Since last comment: 1 year, 26 weeks, 5 days ago
Labels:


 Description  « Hide

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:

http://jira.atlassian.com/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?pid=10240&fixfor=13194&resolution=-1&sorter/field=issuekey&sorter/order=DESC&tempMax=200

However, if you try to get a URL from a saved filter, you get a URL like this:

http://jira.atlassian.com/sr/jira.issueviews:searchrequest-xml/16317/SearchRequest-16317.xml?tempMax=200

New sort orders on this URL are simply ignored, and the results returned in the original order. For example:

http://jira.atlassian.com/sr/jira.issueviews:searchrequest-xml/16317/SearchRequest-16317.xml?sorter/field=issuekey&sorter/order=ASC&tempMax=200

Parameters on the URL should override the default settings of a saved filter.



No work has yet been logged on this issue.