Create RTC work items and RRC artifacts from each other's templates
Hello,
We know of the ability to create work item templates in RTC as well as artifact templates in RRC. However, given a lifecycle project with an RTC and RRC component, we want to create work item or artifact templates in one system that can create items in the other and link them. For example, we would like it if creating a certain requirement via a requirement artifact template will not only populate the RRC data for that requirement, but also generate a work item on the RTC side that is linked to as an "Implemented by" item. The RTC work item would have its own template to define its details.
Is it possible to link templates between the different apps like this?
Accepted answer
2 other answers
May be you might wanna try Eclipse Lyo.So you can implement a "workitem save operation advisor" and during save operation you might create a requirement in the related project area and create links between workitem and requirement.
I implemented such operation in a batch operation and it's working fine.
I implemented such operation in a batch operation and it's working fine.