View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0032466 | mantisbt | api rest | public | 2023-04-30 03:42 | 2023-05-18 14:43 |
Reporter | vboctor | Assigned To | vboctor | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Product Version | 2.25.7 | ||||
Target Version | 2.26.0 | Fixed in Version | 2.26.0 | ||
Summary | 0032466: REST API: Create Project User | ||||
Description | Add API to add a user to a project. | ||||
Tags | No tags attached. | ||||
MantisBT: master 191b9917 2023-04-30 22:58 Details Diff |
Implement ProjectUsersAddCommand A command that supports add/update a user to a project with the specified access level. Fixes 0032466 , 32468 |
Affected Issues 0032466 |
|
add - core/commands/ProjectUsersAddCommand.php | Diff File | ||
mod - core/project_api.php | Diff File | ||
MantisBT: master ce353348 2023-04-30 22:59 Details Diff |
Update Web UI to use ProjectUsersAddCommand Fixes 0032466 , 32468 |
Affected Issues 0032466 |
|
mod - manage_proj_user_add.php | Diff File | ||
MantisBT: master 9ee5e17d 2023-04-30 23:00 Details Diff |
REST API: Add rest API for Adding/Updating users on a Project Fixes 0032466 , 32468 |
Affected Issues 0032466 |
|
mod - api/rest/restcore/projects_rest.php | Diff File | ||
mod - core/commands/ProjectUsersAddCommand.php | Diff File | ||
MantisBT: master fb327e70 2023-05-18 14:42 Details Diff |
Fix error message Issue 0032466 |
Affected Issues 0032466 |
|
mod - core/commands/ProjectUsersAddCommand.php | Diff File |