I want to use the Bugzilla API to create a bug in C#.
Here is the link for the API:
http://www.bugzilla.org/docs/tip/en/html/api/
I should use the WebService API, see:
http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Bug.html
But I don’t know how to use it. Can someone help me?
Tried bugzproxy?