Task ID for current and future tasks of a Project

Hi !

I have task-type id string but i want UUID of the task as this id is needed to run assign-task endpoint . So can you please tell how i can search the UUID of the task or get it.

Please note: i have run /projects/:projectId/tasks?fields=taskType and it returns the UUID but the issue is, it only fetches the task which are completed. Not the future ones or all the tasks of the project. I want all the project's task and then among those, i want to decide which tasks i want to assign. For this, i need complete list of project's tasks alongside their UUID.

Please also note that: i have also run /projects/:projectId?fields=projectPlan.taskConfigurations.taskTemplate.taskType api and it fetches the tasks with ids but these ids are not UUIDS and bcz of which, when i pass the id to the assign-id api, it gives me 403:Forbidden error

Any help will be appreciated as its urgent. Thanks

Parents Reply Children
No Data