Can I change who is assigned to a task within a project using fusion?
I would like to use the answers from a custom form to change the assignment of a task within a project.
- Created Workfront Search module to look for the task with the template ID I needed. I filled in the collection section with "assignments:ID".
- Created a Workfront Misc Action module with the following:
Record Type: Assignment
Assignment Action: SwapUsersOnTasks
ID: Assignment ID (grabbed from the search module I described above)
hardcoded in the userIDs for this test
It seems that this updates the "Assigned to: ID" in the project's task, but the "assignments" column remains unchanged.
Any thoughts on how to update the assignment column of the task?