Forum Discussion
hikmatune
Sep 18, 2019Copper Contributor
Project Online Creates Project Tasks instead of SharePoint Tasks
Default Enterprise Project Type is SharePoint Tasks List with Site Creation option set to "Allow users to choose". I want to automate create SharePoint Tasks List project mimicking out of the box...
Paul_Mather
Sep 23, 2019MVP
Hello hikmatune
It seems like the default Project Online "Create new project" action creates a new Enterprise Project, my only suggestion would be to drop the default Project Online Create new project action and use a SharePoint HTTP action and use a REST query to create the new project.
Paul
hikmatune
Sep 24, 2019Copper Contributor
Paul_Mather Thanks for the reply.
Do you mean using _api/ProjectServer/Projects/Add?
I have done that and can only pass few parameters in the body
{
'parameters': {
'Name':'Porject Name',
'Start': '2019-09-26',
'Description': 'Created from PowerShell using REST API'
}
}Still same thing, what am I missing?
- Paul_MatherSep 27, 2019MVP