How to move a task from one project to another project | Community
Skip to main content
Level 2
September 26, 2023
Solved

How to move a task from one project to another project

  • September 26, 2023
  • 1 reply
  • 1106 views

How can I move tasks to another.

I have successfully got a list of task ids to move

I have the target projectID

I currently have tried using update record, setting the projectID to the target

The update record module does not error.

But the task is not moved.

 

Can someone point me to an example of moving a task?

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 AndyD76

Found the answer.
Using custom api module and leveraging the move action for task

https://experienceleague.adobe.com/docs/workfront/using/adobe-workfront-api/api-general-information/api-basics.html?lang=en

 

As Pete-Worth mentioned the move action can be found in the Misc Action module when you have selected Task as the record type.
https://experienceleague.adobe.com/docs/workfront/using/adobe-workfront-fusion/fusion-apps-and-modules/workfront-modules.html?lang=en#actions

 

Thank you @pete-worth for the update. 

 

1 reply

AndyD76AuthorAccepted solution
Level 2
September 26, 2023

Found the answer.
Using custom api module and leveraging the move action for task

https://experienceleague.adobe.com/docs/workfront/using/adobe-workfront-api/api-general-information/api-basics.html?lang=en

 

As Pete-Worth mentioned the move action can be found in the Misc Action module when you have selected Task as the record type.
https://experienceleague.adobe.com/docs/workfront/using/adobe-workfront-fusion/fusion-apps-and-modules/workfront-modules.html?lang=en#actions

 

Thank you @pete-worth for the update. 

 

Pete-Worth
Adobe Employee
Adobe Employee
October 4, 2023

Since you're in Fusion - there's also a miscellaneous action you can use against Tasks to move them to another Project: does the same job but is a little more user friendly