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!
해결되었습니다! 솔루션으로 이동.
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
조회 수
답글
좋아요 수
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!
조회 수
답글
좋아요 수
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!
조회 수
답글
좋아요 수
If you need to define variable access for projects, add another column to your CSV and add the value in:
coreAction={{accessLevel}}
조회 수
답글
좋아요 수
조회 수
Likes
답글