View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0026195 | mantisbt | api rest | public | 2019-09-26 07:57 | 2024-07-01 11:42 |
| Reporter | cproensa | Assigned To | cproensa | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.23.0 | ||||
| Target Version | 2.23.0 | Fixed in Version | 2.23.0 | ||
| Summary | 0026195: Error requesting issues using saved filter | ||||
| Description | When the rest api is used to request issues matching an existing filter id, and that filter is saved for the user in a specific project, it returns an error. For example,: A filter having id 9570 is saved in project 50: Reason, the rest api executes query in the context of ALL_PROJECTS, eventhough the specific project id is passed as parameter. The error is because that filter is not available in the ALL_PROJECTS context. | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master 5a9ea9bb 2019-09-26 03:58 Committer: dregad Details Diff |
Fix rest issues with project specific filter id The current project must be set for correctly checking permissions and retrieving the filter. Fixes: 0026195 |
Affected Issues 0026195 |
|
| mod - api/rest/restcore/issues_rest.php | Diff File | ||