내 커뮤니티 업적 표시줄을 확대합니다.

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.
해결됨

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!

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
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!

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
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}}