Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Get issues under a component including sub-components

api

Hello, Is it possible to get via REST/XML a list of all the issues under a specific ComponentID, including sub-components? Thus I have a ProjectID and a ComponentID X and I want all the issues that has ComponentID of X or has ParentComponentID of X. Thanks

User72202
· 1
User72202
Replies (3)
helpful
1
not helpful

Yes, you have to use get filtered issues passign in the project id and ALL components.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

ok, I got that now. Since I didn't have the ID's of the subcomponents at first but only the ComponentID, I hoped that I could do the trick in one request with use of the ParentComponentID node. Too bad that I have to fetch the sub components ID's in another request prior to the get filtered issues, but it's working now. Oh, and I had to fill in all the component ID's seperated by a pipeline. Strange that component1component2... doesn't work.


User72202
· 1
User72202
helpful
0
not helpful

I meant:

<components>
  <component>component1</component>
  <component>component2</component>
  <component>...</component>
</components>

User72202
· 1
User72202