Hi All,
One of our teams is making some changes to the projects they use to track time related to each customer. I need to find a way to move time entries from existing tasks over to new tasks.
As one example, there's currently a task called "Prep" under a milestone called "Reporting." There's another task under that same milestone called "Schedule." They want to move all time logs for that "Schedule" task into the existing task called "Prep," and they want to do that for about 500 instances of that (one for every customer).
I'm racking my brain trying to think of some way to do this in bulk and having a hard time with it. They are fine with requiring users to run a Custom Action to accomplish this, FYI. There are several tasks that need to have their time logs moved in this way.
I have a Custom Action built at the Timesheet level to move time entries from one task to another that I used elsewhere, but it specifically references the ID of the target task, whereas this will be moving entries to a bunch of different tasks so I can't just hard code the ID of a specific task in this case.
Any suggestions? Thanks!