How to get all the projectspace list under a workspace that a user has access to
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2019 11:06 PM
This pipeline will give the list of all projectspace details under a workspace that the user has access to.
the flow is like that-
- it will scan all project space details under a workspace.
- it will find out the unique list of group name those are involved in that workspace.
3.it will find out the member list of those group list.
4.it will filter the group list where the specified user is present. - it will find the the project space where those filtered group list has access to.
- it will filter the project space list where the specified user has access to.
7.finally it will merge the result derived for group list and individual user permission.
the configuration of some snap is below:
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2019 09:44 AM
Hi Krish,
Would you be able to share the pipeline as we are aiming to perform the same ask.
