We have a client that is asking for our project data to be exported to MS Project and provided to them. I know we can export each individual project but I am not seeing any way to do a bulk export to xml. We have 450+ projects that need to be exported multiple times. Does anyone know the best way to do this? Maybe it can be done with a Fusion scenario?
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Tracy,
There isn't a native way in Workfront to create xml data. If you have Fusion there is an xml module that can be used to create XML data where you could map the fields from projects that you need into an XML structure to have it be created...sorry not better news.
Views
Replies
Total Likes
Hello Tracy,
If you have a look into the API-Explorer and switch the API version to API unsupported, you will see, that there is an action under Projects (PROJ), which is called exportAsMSProjectFile.
Running that (PUT), I do get an UUID. Unfortunately that action is not documented, but i could imagine, that this UUID could refer to a temporary created file, which has to be downloaded in a second step...
Perhaps someone has an idea?
Regards
Lars
Views
Replies
Total Likes
Turns out it's quite simple: In Fusion
Here's how it works:
The "Export MS Project" action calls the endpoint /exportMSProject and passes the projectID.
The response is the XML file.
JSON attached.
Views
Replies
Total Likes