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.




When creating an issue through API - how do I specify the component ?

api

I cant figure out how to specify the component when creating the issue.

I expected to find something like [issueEN].IssueComponent - the same way I use [issueEN].IssueSeverity to specify the severity and [issueEN].IssuePriority to specify the priority.

I have tried [issueEN].ComponentID but thats read-only.

Any helpers out there :-)

Kind regards Morten

note : Found This http://support.countersoft.com/forums/thread/13466.aspx - explaining how to do it

see example below: List components = new List(); IssueComponentEN component = new IssueComponentEN(); component.ComponentID = ComponentID ; component.IssueID = ni.IssueID; components.Add(component); ni.Components = components.ToArray();

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

Yes, that's the way. You can download the samples: http://www.countersoft.com/downloads/v37/CounterSoftGeminiAPISamplesv371.zip


Mark Wing
· 9108
Mark Wing