Workfront Community,
I may be overlooking the filter or report type but is there a way to filter a report for reports to only show reports that are shared with a specific user?
Solved! Go to Solution.
Views
Replies
Total Likes
I just did some digging and could not find how to filter this either. You could create a report with no filter and then run the report as the specific user. This would then show all the reports they have access to. Definitely not the cleanest way to get the info, but it'll work.
Views
Replies
Total Likes
I just did some digging and could not find how to filter this either. You could create a report with no filter and then run the report as the specific user. This would then show all the reports they have access to. Definitely not the cleanest way to get the info, but it'll work.
Views
Replies
Total Likes
Thanks, Monique! It's working for what I need. One of our project admins is leaving so I'm making sure that the new admin has access to all the same reports, dashboards and project templates.
Hi @William-- & @MoniqueEvans, popping in here because I'm wondering a similar thing. I want to create a report report to filter basically with 'shared with'. This isn't native in the report report options. I know I can add a column in our reports page view for shared with, but I want a report to show all reports shared with people in X Group (we support several groups and all our reports right now are together - I know we can create report folders but seeing if there is a report report filter I can use for people in various groups to use). I see the 'report > linked team IDs' but that doesn't generate anything for me, what is that referencing?
Views
Replies
Total Likes
Madalyn have you tried to tweak the EXISTS statement William shared to point to the specific group instead of the individual user? You could also use the quick filter and type the group's name, which only shows the reports with those words in the shared with column.
I've never used the Linked Teams IDs filter but I did find it in the API explorer and know it's a Team Collection. If you figure it out, please share back!
Views
Replies
Total Likes
Hi Jared,
The below filter can be used in any type of report (reports, projects, tasks, issues, etc.) to return a list of records that are shared with a specific user. It will display records where access is either inherited or shared directly.
EXISTS:A:$$EXISTSMOD=EXISTS EXISTS:A:$$OBJCODE=ACSRUL EXISTS:A:accessorID=5c1e831f02dc1e4ae10d0c0134b7c072 EXISTS:A:securityObjID=FIELD:ID
In a nutshell, what this filter does is "show a list of _____ (whatever the object type of the report is) where a Sharing rule exists AND that Sharing rule is for the provided ID"
Hope this helps.
-WE
Views
Likes
Replies
Views
Likes
Replies