OSLC RM API
![]()
I have requirement artifact uri
https://localhost:9443/rm/resources/_5b8b8a809b134f3bbe48d08f24d7176d
I want to find the title and its id using OSLC API. I was able to find the both them for the 5.0.1 RM application when i try to run same code for another requirement artifact in RM 6.0 it is not working.
I am not able to understand why it is behaving this way for different versions of CLM.
|
3 answers
![]()
Has this artifact a link to an artifact of another Project Area?
If you don't need the the link information, than add nolinks=true to you call Otherwise you have to support me on the defect https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/101650 Thank you |
![]()
Hello
Since you don't provide any details, I can only speculate that you are not specifying the required http headers when using the REST client (as you are doing int he programmatic case). Can you confirm? For me to be able to help you further, please post the expected and actual responses. cheers
ps. the suggestion to use "nolinks=true" should be disregarded; this is not a valid query parameter in OSLC protocols.
|