8

Is there a way to export the latest case description into Excel? As of now I've set up my filters using the Title w/ comments column, but when I use the Export to Excel feature, this just gives me a snippet of the case description.

I would like to separate the description into a separate column. If not, I'd at least like to show more of the description in the Title w/ Comments column.

Related:

Getting all events for each case in an Excel export.

flag
It seems to me that including at least the initial description in the export would be a good thing for reporting purposes. – cdeszaq Apr 6 2010 at 15:18
As of now is there still no way to export the case and its full edit/description list? – Razass Aug 25 2010 at 21:53
@Razass for help exporting all case data to Excel, please email us at customer-service@fogcreek.com. Send us a blank Excel spreadsheet with the column labels filled in and we will help you get it filled in. – adambox Apr 7 2011 at 14:18

1 Answer

1

The column in the case list will always truncate.

The workaround to get the full event text is to use the XML API to fetch all the columns you want for a list of cases and include the "latestEvent" option. Save the response as an XML file, then open it in Excel.

e.g. for the search "project:widget" showing title, latest event, project and area columns, try this (substituting your URL and TOKEN):

https://URL/api.asp?token=TOKEN&cmd=search&q=project:widget&cols=sTitle,sProject,sArea,latestEvent

link|flag
An introduction into pulling FogBugz into Excel through the XML API: blog.fogcreek.com/… – Michel de Ruiter Oct 19 2011 at 13:25

Your Answer

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