Hello,
I have a PUT Custom API module that shares a project with a user's manager once an issue is converted in the scenario.
However, I'm having trouble preserving the original, preset list of teams/users a project was shared with (from Project Template Sharing).
Is there a way to preserve the existing information and simply add the manager to the 'shared with' list?
Modules used:
Thank you for your insight!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
per the answer here:
the problem is that there are already access rules on your project. So you need to grab those first, merge your new access rule into the bunch, and then re-write the entire set back onto the proj. I know, easier said than done.
per the answer here:
the problem is that there are already access rules on your project. So you need to grab those first, merge your new access rule into the bunch, and then re-write the entire set back onto the proj. I know, easier said than done.