Is there a way to report on all lifecycle projects?
Is there a way to export a list of all lifecycle projects? Is it possible to see the last time the artifact containers were modified? |
One answer
David Honey (1.8k●1●7)
| answered Dec 22 '22, 12:05 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
The JTS rootservices document shows this:
A GET on that URI returns all the LPA projects. For example:
As you can see, it includes very little meta data about the projects.
However, it appears you can do a GET on a specific project. For example, a GET on https://localhost:9443/jts/lifecycle-project/projects/_QdsbQWzMEe256eutwyd3fg returned more detailed information (in JSON only it seems), that did seem to include a modified data for each contributed project area. I didn't see offhand any modified property for the whole LPA project.
I couldn't find any documentation for this referenced from https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding, so it's possible that all of these are private undocumented APIs. In which case, use at your own risk.
|
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.