Tasks on Project Report | Community
Skip to main content
New Participant
February 1, 2024
Solved

Tasks on Project Report

  • February 1, 2024
  • 1 reply
  • 630 views

How can I pull ready-to-start tasks assigned to $$USER.ID on a project report. I don't have Fusion.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by skyehansen

You can't really do this, but you can get close. This would involve two solutions.

 

One is a filter, so that you only see the projects where you have something assigned to you. That solution can be found in posts like this:

https://experienceleaguecommunities.adobe.com/t5/workfront-blogs/common-reporting-challenges/ba-p/518300

 

The other solution is the view: so that once you pull in the relevant projects, you can see the tasks. You can't really specify tasks that are only assigned to your user ID, but you can get close by listing all the ready-to-start tasks and one of the people that the tasks are assigned to. At least one of them should be assigned to your user ID, they'll just need to click into the project to figure out which one. Sample code can be found here:

 

https://experienceleaguecommunities.adobe.com/t5/workfront-questions/current-task-assignee/m-p/473562#M6391

1 reply

skyehansen
skyehansenAccepted solution
New Participant
February 2, 2024

You can't really do this, but you can get close. This would involve two solutions.

 

One is a filter, so that you only see the projects where you have something assigned to you. That solution can be found in posts like this:

https://experienceleaguecommunities.adobe.com/t5/workfront-blogs/common-reporting-challenges/ba-p/518300

 

The other solution is the view: so that once you pull in the relevant projects, you can see the tasks. You can't really specify tasks that are only assigned to your user ID, but you can get close by listing all the ready-to-start tasks and one of the people that the tasks are assigned to. At least one of them should be assigned to your user ID, they'll just need to click into the project to figure out which one. Sample code can be found here:

 

https://experienceleaguecommunities.adobe.com/t5/workfront-questions/current-task-assignee/m-p/473562#M6391

TDBryantAuthor
New Participant
February 2, 2024

I think this will do it, thank you!