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.




Gemini 3.5.1: How to get number of attachements for issue?

api

Hello,

when I was using webservice API, when calling GetFilteredIssues(), I received an array of attachements which contained names only. Plus I could use "Attachments.Length > 0" to indicate that there is an attachement for an issue.

And when I need the actual attachements, I would call GetFullIssueDetails(issue; 1) - to get full binary data.

I don't need and I don't want to get binary data right away from the gemini. But I need to know how many attachements are there, and preferably without query every single issue. Is there a way to do this?


Thanks,

Alexey

avs099
· 1
avs099
Replies (1)
helpful
0
not helpful

Not at the moment. We will look into adding this for 3.6.

For the time being you can still use the WSE web service for this.


Saar Cohen
· 5000
Saar Cohen