I'd like to archive dozens of attachments from fogbugz to a windows files share? I'm using FogBugz 6.0. Is there any way to do this?
|
1
|
Not from specifically inside FogBugz (aside from manually, of course). However, if you're using 6.1.13 or later you should be able to mock something up using the XML API. When you capture the BugEvent data from a case, there will be an attachment section that looks like so:
If an attachment exists with a filename, grab the sURL field, add on Depending on how many dozens and your proficiency with XML API interactions, manually might be faster. But this will be far cooler, so make sure to take that into account. If you need more help, you can always contact us! |
|||
|
|