How to get the list of EWM project streams from Jazz DocumentManagement using Perl?
![]() I want to get the list of the project streams available in EWM (from DocumentManagement) using Perl script
Is there any way to get the list? Is there any API or something available?
Please suggest.
|
Accepted answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered May 22, 8:22 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited May 22, 8:23 a.m. This API is potentially accessible and can provide the information asked for: https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI
project area: https://elm.example.com:3443/ccm/rpt/repository/foundation/projectArea?metadata=schema
Caveat: I do not have a working example how to query. All examples are for workitem/workitem.
Work item examples are also here: https://rsjazz.wordpress.com/2022/03/02/ewm-reportable-rest-api/
Prasad Barude selected this answer as the correct answer
Comments I will check the links provided.
Here some examples:
Thanks.
But not able to access the elm.example links.
no, quite obviously, you do not have access to a test system that runs on my laptop. Replace https://elm.example.com:3443/ with your public URI root, or simply consider the examples as pattern, how you would have to create the links.
|
Comments
What is a project stream?
Team areas/project areas consists of streams to work on a new release of a system, work on a variant, and work on a patch.
This is actually incorrect. Project areas do not consist of streams. Streams are orthogonal to project areas. Streams are not part of a project area, but accessible from multiple project areas. Streams can have an owner and a visibility set. Please enhance your question and explain what you try to get and why. Also add a tag for the product you ask about.
In team areas, there are components (folders) which consists of files, which I want to access. I want to navigate through available project area/team areas -> components -> files and access the files.