Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.
SOLVED

How to Share Projects with Respective Teams in Workfront

Avatar

Level 1

Hi everyone,

 

I need some assistance with sharing projects in Workfront. We have around 700 projects, and I have a list of these projects along with the teams they need to be shared with in CSV. Could anyone guide me on the best way to efficiently share these projects with the respective teams? I cant find option using Fusion action modules.

 

Any tips or best practices would be greatly appreciated!

 

Thanks in advance!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 4

Hi,

Load the list of Project IDs and corresponding Team IDs in a variable or CSV (Upload to Workfront -> Get the document in Fusion), make a custom API call for the list:

PUT

 

project/{{proejctID}}/share?accessorID={{teamID}}&accessorObjCode=TEAM&coreAction=EDIT

 

You should be all set!

View solution in original post

2 Replies

Avatar

Correct answer by
Level 4

Hi,

Load the list of Project IDs and corresponding Team IDs in a variable or CSV (Upload to Workfront -> Get the document in Fusion), make a custom API call for the list:

PUT

 

project/{{proejctID}}/share?accessorID={{teamID}}&accessorObjCode=TEAM&coreAction=EDIT

 

You should be all set!

Avatar

Level 4

If you need to define variable access for projects, add another column to your CSV and add the value in: 

coreAction={{accessLevel}}