How can I query for CLM repository UUID/GUID?
In the XDC files that you can download from the CLM admin area, each repository has its own UUID/GUID and it's stored in each XDC file with a different value appended, such as _guidJFS or _guidWORKITEM, etc.
Since my team has configured our Insight server to integrate with multiple JTS, CCM, and QM instances we have to do a lot of manual work with the XDC files every time we add a new repository. I'm wondering if there is a way to query or view what the GUID value should be a for each repository, using the REST API or some other mechanism? Currently we're stuck with downloading the XDC files for each and then getting the values from there, but it seems like there should be an easier way to get the data from the CLM server. I also wonder, does it really matter what the values are as long as we're consistent? |
Accepted answer
Here is an example:
https://localhost:9443/ccm/rpt/repository/generic?fields=generic/com.ibm.team.repository.RepositoryRoot/itemId
Jackie Albert selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.