OSLC: create links between RTC work item and RRC requirements
Hello,
I am learning to use OSLC and thus advice is appreciated. I have the following scenario:
1. In RTC work item type, I have an attribute. This attribute contains a value which can be used to uniquely identify a requirement in RRC via an attribute in the RRC project.
2. I would like to do the following:
1) query all work items in a RTC project
2) for each work item, get the value of that special attribute (say attribute "A" with value "a")
3) now query all requirements in RRC to find the requirement which contains the value "a" for its attribute "B".
4) If the above requirement is found, create a link "Implement Requirements" in the above RTC work item to the requirement.
Is it possible to use OSLC to implement the above scenario? Any advices are appreciated.
Thanks