How to fetch components of a project area
Hi All,
I want to fetch components of a project area. I searched in Plain Java Api I found "findAllComponentNames(monitor);" method, but this method fetches all the components of all the project areas, I want fetch components of only single project area. How can we fetch components specific to single project area.
Thank You
|
Be the first one to answer this question!
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.
Comments
I figured out that If you are Jazz admin then you can see components of all project areas in the repository using "findAllComponentNames(monitor);" method.