-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
4.1, 4.1.1, 5.2.9, 6.0-OD-11/Beta1, 6.2, 6.4.6, 7.3.8, 8.5.2
-
4.01
-
26
-
Severity 2 - Major
-
9
-
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
Steps to Reproduce:
1. Create a shared filter having similar JQL:
project in (PROJECT1, PROJECT2) ORDER BY created DESC
2. Login as a user having only browse permission for "PROJECT2".
3. View the filter in issue navigator.
4. It shows user the number of issues allowed to see. Add a "filter results" gadget on the dashboard.
5. Select the filter.
Result:
The user gets error message "The selected filter filter-<ID> has an error: A value with ID '<ID>' does not exist for the field 'project'..
Expected:
Here also user should be able to view issues from project having browse permission.
Notes
Attempting to access the XML view of a filter with this configuration will result in a HTTP 400 with an error similar to "HTTP Status 400 - A value with ID '10000' does not exist for the field 'project'." as per the attached image.
- is blocked by
-
JRASERVER-40245 Allow JQL searches via the Issue Navigator to skip validation and return partial results
- Gathering Interest
- is cloned from
-
JRASERVER-20578 Shared filter queries break when users don't have browse permissions for projects in the search query
- Closed
- is related to
-
JRASERVER-21656 Filter broken after contained project has been deleted
- Closed
- relates to
-
JRACLOUD-20916 Shared filter queries don't work with gadgets' results if login user doesn't have permission to access one or more issues or projects included in the results
- Gathering Impact