WorkFront API - How to create Project Request object

392 views Asked by At

I am trying to use the WorkFront API. I got the API key created and am able to create a project with a name and status. However, what we need is creation of Project Request with request type being a drop down of one of the Request Queues. Does Workfront APIs support this. If so, can anyone provide guidance on this. I went through API Basics and API Explorer and do not see any objects for Project Request under API Explorer.

1

There are 1 answers

3
Karthik On

I figured it out later. A project request is nothing but an issue. We just needed to use the issue API to create the project request.