-
Bug
-
Resolution: Fixed
-
Medium
-
4.0.1, 4.0.2
-
4
-
Steps to replicate:
- Create a shared filter having similar JQL:
project in (PROJECT1, PROJECT2) ORDER BY created DESC
- Execute the shared filter with a user that does not have browse permissions for project PROJECT1
- The resulting JQL becomes:
project in (10020, PROJECT2)
- The non-viewable projects ID is replaced with numeric ID, and the sort order is missing
- The filter initially displays the results with default sorting (Key descending) from under the View tab (even though the JQL summary is wrong), but once switching to Edit no results return with the displayed error message:
"A value with ID '10020' does not exist for the field 'project'." - The user is unable to switch back to simple mode to edit the shared filter
- has a regression in
-
JRASERVER-22261 Shared filter queries break when users don't have browse permissions for projects in the search query
- Gathering Impact
- was cloned as
-
JRASERVER-20916 Shared filter queries don't work with "Filter Result" gadget if login user doesn't have browse permission on one of the projects.
- Gathering Impact