Creating a Workfront Project via API | Community
Skip to main content
Level 2
December 11, 2023
Question

Creating a Workfront Project via API

  • December 11, 2023
  • 1 reply
  • 869 views

Working on building out some automation in Azure and trying to create a Project through the api and I have tried this through both a string query and a JSON body. But I keep running into an issue where I get the following response:

{
  "error": {
    "message""name cannot be null",
    "title"null,
    "msgKey""exception.attask",
    "attributes": [
      ""
    ],
    "code"0
  }
}
 
I do have the name field in the POST URI but still getting this. Any clues or help would be appreciated. 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

ShaneGoAuthor
Level 2
December 11, 2023

Resovled. The we were using a dummy profile as the Resource Manager adn the WF Admin went back last week took away the license of that profile. Once we updated the Proejct Template with the correct Resource Manager I was able to complete the Post.