You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although not super common, we often receive requests to replace a project member with a different project member. A common example of this would be an FPM transitions out of a role and another FPM takes over. The need would be to swap the project member out of about 20 - 40 projects. There are also use cases where an even greater number of projects are affected.
There is currently no easy way to achieve this functionality. Something that could achieve this would be a way through the API to mass update in bulk, likely with some options for only updating active projects, etc. Potentially an Admin UI piece could even exist to allow non-developers to perform the task.
Although not super common, we often receive requests to replace a project member with a different project member. A common example of this would be an FPM transitions out of a role and another FPM takes over. The need would be to swap the project member out of about 20 - 40 projects. There are also use cases where an even greater number of projects are affected.
There is currently no easy way to achieve this functionality. Something that could achieve this would be a way through the API to mass update in bulk, likely with some options for only updating active projects, etc. Potentially an Admin UI piece could even exist to allow non-developers to perform the task.
How do we want this to fail if there are any problems? I'm thinking there are two main options:
Fail-fast: if there are problems (e.g., the new member does not hold the appropriate roles) we fail the entire operation and do not swap any of the project members.
Skip: if there are problems with certain projects, we just skip those and go ahead with swapping the projects where there are no swap issues.
Although not super common, we often receive requests to replace a project member with a different project member. A common example of this would be an FPM transitions out of a role and another FPM takes over. The need would be to swap the project member out of about 20 - 40 projects. There are also use cases where an even greater number of projects are affected.
There is currently no easy way to achieve this functionality. Something that could achieve this would be a way through the API to mass update in bulk, likely with some options for only updating active projects, etc. Potentially an Admin UI piece could even exist to allow non-developers to perform the task.
┆Issue is synchronized with this Monday item by Unito
The text was updated successfully, but these errors were encountered: