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
Comments
vikrant kamble
Aug 12 '15, 5:09 a.m.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.