Forum Discussion
Project online: Status Manager Field
- Feb 03, 2021
Hello NLuu-020321 ,
Using the Task endpoint in the ProjectData API, you will have the TaskStatusManagerUID.
Paul
Paul_Mather Thank you very much Paul. Cheers!
NLuu-020321 Also I would like to expand a bit more to help those who maybe new to Project and PBI.
To get Status manager's name, you will need to compare two datasets 1) Resources and 2) Tasks.
I used PBI, and get data via OData feed selection (put in your URL:
https://yoursharepointsite.com/sites/yoursitename/_api/Projectdata)
In the Resources dataset retrieve ResourcesId and ResourceName.
In the Tasks dataset, retrieve Task name, Project Name, and Task status manager UID.
Then merge two datasources to find the Status manager's name residing in what project and which task.
With that information, you know where to go make change and replace former status manager who left the company with the new one.