DNG : Need to export View for non-default configuration
Hi Team ,
In DNG need to export the view data for the non-default configuration. I was unable to find the rest API for this.
Also,unable to open the below ticket ,
https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/105843
2 answers
Another way may be useing OSLC query capabilities:
Since views are configuration dependant, you first have to fetch the appropriate query capability for you desired configuration.
A (public) view, as a think, should be available as OSLC RM collection. Having the collection and its artifact members might be, what you want. Note: A collection will not provide the order of artifacts like modules do.
Another way may be useing OSLC query capabilities: https://jazz.net/library/article/1197 geometry dash scratch Since views are configuration dependant, you first have to fetch the appropriate query capability for you desired configuration.
A (public) view, as a think, should be available as OSLC RM collection. Having the collection and its artifact members might be, what you want. Note: A collection will not provide the order of artifacts like modules do.
This way is so useful for me. Thanks for sharing it.
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Nov 20 '23, 6:42 a.m.The work item is in a project area that does not allow access to work items for everyone. The defect is resolved. It was about the DNG reportable REST API with an URI like https://server:port/rm/publish/[artifact_format]?viewName=name1&projectURI=id2 . The reportable REST API is documented here: https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI and all APIs are documented here: https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding
sathyan M
Nov 20 '23, 6:52 a.m.@rschoon, I was unable to find the API to export view for non-default configuration.
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Nov 20 '23, 8:26 a.m.There are 54 hits for configuration in the reportable REST API, including https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI#Configurations