Anyone know how to report on the dates that a user volunteers to work on a task? Specifically, when a user clicks "Work on it" from the task window of a task that is assigned to a team. I'm trying to show how many tasks a user volunteers for each week.
In the system activity log, the post says "Christine Quick volunteered to work on this". But I can't find a "volunteered date" in the reporting options.
I tried Task > Handoff date, Assigned to > Date Issued, Task > Actual start date, but received no results.
Any help is appreciated!
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @christinequick,
As in most cases and also here there are two ways to look at the problem, you can either extract the Journal Entries for the mentioned and then search for records where the fieldName is equal to commitDate and then take the entryDate value from there, other thing that you could do is force the users to manually change the task completeness to 1% or have fusion scenario to set it to 1% every time someone starts working on the task.
Once you have the 1% set up the field the Actual Start date field will be populated and will return something like this
Hi @christinequick,
As in most cases and also here there are two ways to look at the problem, you can either extract the Journal Entries for the mentioned and then search for records where the fieldName is equal to commitDate and then take the entryDate value from there, other thing that you could do is force the users to manually change the task completeness to 1% or have fusion scenario to set it to 1% every time someone starts working on the task.
Once you have the 1% set up the field the Actual Start date field will be populated and will return something like this
Thank you for those ideas! If I end up using one, I'll mark your answer as Correct.
Views
Likes
Replies