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.




Issue Resolution filter

api

Hi,

Could you please provide me with sample Filtered issue request (i'm using Java version of SDK) that would contain issue status and resolution filters (it's not quite clear what is the data format for resolutions based on http://api.countersoft.com/Schema.aspx?entity=IssuesFilterEN)

ShL77
· 1
ShL77
Replies (1)
helpful
0
not helpful
ANSWER

All filtered properties are string based with a pipe delimiter between the ids.
So in your case you will need:
<IssueStatus>1|2</IssueStatus>
<IssueResolutions>5|6</IssueResolutions>


Mark Wing
· 9108
Mark Wing