API call, utilizing "markDone" for task
We have been successfully using an API to search for specific tasks and mark them done/complete.
The following has worked as expected, when one user is assigned to the task:
- Call Workfront's API
- Search for the project number
- This returns the projectID
- Use the projectID and search for task name "Build"
- This returns taskID
- Use taskID and call "markDone"
We are now assigning two people to the "Build" tasks, but the above will only update the task as "Done with my part." What should we use other than markDone so that the task will be Complete?
We also tried assigning a Team to the task, but the status did not update at all.
Any ideas?? Thank you!