Moving Tasks & Stories between different projects
One answer
If so, have you tried the "Move/Copy to Project Area..." operation on a
workitem?
Cheers,
Geoff
bsalami wrote:
Has anyone been successful in moving tasks or stories from one RTC
workspace to another ?
Comments
Hi Geoffrey,
the only straight forward way is for you to create a new attribute, which is a dropdown list of projects, and then create a participant to move the workitem to the appropriate project.
Thanks Sam,
there is the ability to extend the server side operations
1. advisor
this does checking and could stop a save if there is invalid data or something
cannot change data
2. participant (executed AFTER the save) ,
can change the data in the workitem and save it AGAIN
see the workshops
https://jazz.net/library/article/1000
and
https://rsjazz.wordpress.com/2014/06/11/running-rtc-4-x-extensions-workshop-with-rtc-5-0/
net, you would add a new enumeration to each workitem, which has the list of projects, and then u would select a different entry.. on save., the participant would then do whatever is needed to move the workitem to the other project, selected in the dropdown. (I don't know all things that have to be done to accomplish the move)..
I am really against this approach.. the multiple unique tasks and you get 'part' of your kanban board view. The tasks will be there, but the actual state will not be in the board column header
thanks for your explanation.