I am building a FogBugz plugin. This plugin would like to create a new bug and add an attachment to that bug. The attachment is generated by the plugin, so I effectively have a byte[] in memory representing the attachment. I can't figure out how to go from there to getting the attachment onto the bug.
|
1
|
I don't believe there is currently a way to add a file to a case in a plugin. We have a case open to consider adding an API to do so for a future release. Please up-vote this question (not this answer) to show your support for adding this feature. For now, you have to post the file from your plugin right back into FogBugz via the XML API. Plugins can manage XML logon tokens to do so (see this article). |
||
|
|