Forum Discussion
Unique identifier for tasks in Project on the Web
If you do a 'Copy link to task', you will see the unique GUID for the task after the /task/ portion in the URL. You can also just query the Dataverse table (the table name is msdyn_projecttask and the column is msdyn_projecttaskid, the task name is msdyn_subject).
- AR-RichardMay 14, 2025Copper Contributor
where is it? I copied the link to the task but I can't see a /task/ portion in the URL (some elements removed):
https://teams.microsoft.com/l/entity/35c4c1......d8c9/8e35d8........11e41301b9?webUrl=https...project.microsoft.com..FProjectTeamsFrame...Blocale%...Ftheme%3D%7Btheme%7D%26hostClientType%...BhostClientType%...2Ftaskgrid%3FprojectId%...e41301b9&label=''&context=%7B%22channelId%22%3A%...980a77bf457e872...0ec89%40thread.tacv2%22%2...%22subEntityId%22...1FE60...F2-ADED-...7C79%22%7D- RodFrommMay 14, 2025Steel Contributor
Just open the project, select a task and the projectid and taskid will be displayed in the address bar. It will look like this https://project.microsoft.com/- your tenant -/en#/taskgrid?projectId=222eee37-ee45-eeee-eeee-eeeef8501f6a&taskId=99EEA999-9990-F991-9A99-9999BDD3B999&taskMode=
You can also copy the task and paste the value into notepad, but it contains more info and is harder to decipher.