Merging 2 projects into one : usage of KeepOutboundLinkTargetProcessor ? #2674
mikymikymike
started this conversation in
General
Replies: 1 comment 3 replies
-
I have never used the But what you ask for I think is available in the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I need to merge 2 projects (from the same Organization, on the same server). This will be done by migrating the Workitems of Team Project A into Team Project B.
We are on a ADO on-premise instance, on ADO 2022.
Given that the Workitems in Project A have links to others Workitems in Project B (and even to other Workitems in a Project C), I want the relevant links to be recreated on the Workitems that will be created in B (from A).
I therefore turned to the Processor KeepOutboundLinkTargetProcessor, which seems suitable for this, but I am having difficulties using it.
I am getting an error indicating that I need to make a call to "Configure," but I cannot find a way to do this via the configuration file.
What are the best practices for using the Processor KeepOutboundLinkTargetProcessor?
Is this the most suitable option for my needs?
Configuration (for testing for only 2 workitems id) :
Errors :
Thank you in advance for your help !
Regards,
Mickael
Beta Was this translation helpful? Give feedback.
All reactions