Using OSLC API for RRC/DOORS Next Generation

Does RRC have the same feature ?
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/87510
And http://open-services.net/ is closed.. Is there any other website about OSLC ?
One answer

You discuss several topics here and you jump around between RTC and RRC / Doors Next Gen (DNG). I will try to address one at a time.
Question #1 - Is it possible to copy an artifact from RTC or RRC/DNG? Yes. OSLC provides creation factories which we discuss in the OSLC workshop, https://jazz.net/library/article/635. Artifacts all have an XML representation that can be retrieved via a GET operation. So, at a high level, I can say that one could save the XML from one artifact and use it to create another similar artifact via the creation factory.
Question #2 - Is it possible to create artifacts of other formats? Again, the creation factory and what can be created is discoverable as I think we show in the workshop via something called InstanceShape. If you find the InstanceShape resource for a specific artifact type, then you can ask the creation factory to create an artifact of that type.
There is also an OSLC wrapper API called Eclipse Lyo. Have you looked into it? There is one Jazz.net library article I found that has an intro: https://jazz.net/library/article/1382 and Eclipse Lyo 2.1 is now available
The same author of article 1382 also authored https://jazz.net/library/article/1197
Question #3: open-services net is not closed. Specification work has moved to OASIS. We’re moving our specification work to OASIS!
Question 4: I don't think access control of a RRC/DNG artifact can be modified by API. For RTC, there are some things that can be done via the Plain Java client API. See rsjazz.wordpress.com for many samples and discussion on this API. There is also a Jazz.net Extensions workshop https://jazz.net/library/article/1000
Question 5: I don't follow the question on xml of content link.
I also recommend searching the Jazz.net library for oslc articles: https://jazz.net/library/#tag=OSLC or https://jazz.net/library/#tag=oslc
Comments

Note that as of 5.0, RRC and DNG is the same thing (the underlying technology of RRC and DNG was always the same, and now there is just a single product ... DNG).
See https://jazz.net/products/rational-doors-next-generation/ :
"As of version 5.0, IBM Rational Requirements Composer is renamed to IBM Rational DOORS Next Generation. For more details, read this blog."

Hi Rosa, thanks for your answers.
#Q3 - Thank you for information.

WRT Q4, you cannot in general assume that anything you can do for RTC, you can do for DNG and RQM, but you certainly can request an enhancement request for that functionality.

@gmclemm I created RFE for Q4. Still waiting answer for Q5 and Q2

You will have to clarify or elaborate more since I didn't understand what you wanted with Q5 on XLM content link. On Q2, did you mean, if you cannot use OSLC to add internal links then what other API is there? If so, I would suggest looking in this blog http://rsjazz.wordpress.com for information on using the Plain Java Client API library:


@rnaranjo for Q2, yes. I have also looked for that. https://jazz.net/library/article/1197 here, in the comments