2

Hi there,

Is there a way to export a set of cases along with any images attached to them? I am looking to create a report in Word which shows a set of cases and their associated events (including attached images)

Is this possible?

Thanks,

Lee

flag

1 Answer

1

There isn't a built-in way to do this. The Filter Export plugin will create a CSV (Excel) file of your current case list, but to access images and other attachment, you have to hit the URL for them individually.

XML API

If you can setup a script outside of FogBugz, you can have it use the xml api to perform a search for the cases you want ([fogbugzurl]/api.asp?token=[yourtoken]&cmd=search&q=status:open&project:widget&cols=sTitle,ixBug,events) then fetch the attachments for each event that has one/some.

Plugin API

Alternatively, you can use the Plugin APIs to provide an export of your cases with attachments included.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.