View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0022791 | mantisbt | api rest | public | 2017-04-23 19:12 | 2022-08-24 23:30 |
Reporter | vboctor | Assigned To | vboctor | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Product Version | 2.3.1 | ||||
Target Version | 2.26.0 | Fixed in Version | 2.26.0 | ||
Summary | 0022791: Support retrieving users with specified access level to a project | ||||
Description | One scenario for using this is for a client to retrieve the list of users who can be assigned an issue being reported or updated. | ||||
Tags | No tags attached. | ||||
Vote Up. |
|
Bump, is this still a consideration? I would love to have this feature implemented in the REST api. |
|
I found the following links that are somewhat helpful, but neeed some work: |
|
MantisBT: master 9f5cf7b7 2022-04-29 03:55 Details Diff |
Implement 'ProjectUsersGetCommand' Fixes 0022791 |
Affected Issues 0022791 |
|
add - core/commands/ProjectUsersGetCommand.php | Diff File | ||
MantisBT: master 176cc967 2022-04-29 03:57 Details Diff |
Use 'ProjectUsersGetCommand' from REST API Fixes 0022791 |
Affected Issues 0022791 |
|
mod - api/rest/restcore/projects_rest.php | Diff File | ||
MantisBT: master 9cbd65e8 2022-04-29 03:57 Details Diff |
Use 'ProjectUsersGetCommand' in SOAP API Fixes 0022791 |
Affected Issues 0022791 |
|
mod - api/soap/mc_project_api.php | Diff File | ||
MantisBT: master 4d1a0194 2022-08-20 03:52 Details Diff |
Support including access levels for project users Fixes 0022791 |
Affected Issues 0022791 |
|
mod - api/rest/restcore/projects_rest.php | Diff File | ||
mod - core/commands/ProjectUsersGetCommand.php | Diff File | ||
MantisBT: master f7ba7be3 2022-08-20 04:01 Details Diff |
Add API to get project users with a certain access level or above. If no access level specified, get all users that can access the project. Fixes 0022791 |
Affected Issues 0022791 |
|
mod - api/rest/restcore/projects_rest.php | Diff File | ||
MantisBT: master d0a125cd 2022-08-20 21:42 Details Diff |
Fix query parameters modeled as options + soap fixes 1. Query params should be modeled as query not option. 2. Remove pagination for SOAP API. 3. Use id instead of project_id for project_id. 4. Fix SOAP to return array of users. Fixes 0022791 |
Affected Issues 0022791 |
|
mod - api/rest/restcore/projects_rest.php | Diff File | ||
mod - api/soap/mc_project_api.php | Diff File | ||
mod - core/commands/ProjectUsersGetCommand.php | Diff File | ||
MantisBT: master 453bf0ac 2022-08-20 22:06 Details Diff |
Verify that user has access to project A user that doesn't have VIEWER access to a project, shouldn't be able to query its users. Fixes 0022791 |
Affected Issues 0022791 |
|
mod - core/commands/ProjectUsersGetCommand.php | Diff File | ||
MantisBT: master 6ab678ac 2022-08-20 22:13 Details Diff |
phpdoc improvements Fixes 0022791 |
Affected Issues 0022791 |
|
mod - core/commands/ProjectUsersGetCommand.php | Diff File |