<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Exporting Incident Change History to Excel (Thread)</title><description> We had the following request from a customer:   Id like to export the Incident Change History to Excel for reporting purposes.  In particular Im interested in seeing the Status Changes of all incidents in my project.  How can I implement such a report?  </description><language>en-US</language><copyright>(C) Copyright 2006-2026 Inflectra Corporation.</copyright><managingEditor>support@inflectra.com</managingEditor><category domain="http://www.dmoz.org">/Computers/Software/Project_Management/</category><category domain="http://www.dmoz.org">/Computers/Software/Quality_Assurance/</category><generator>KronoDesk</generator><a10:contributor><a10:email>support@inflectra.com</a10:email></a10:contributor><a10:id>http://www.inflectra.com/kronodesk/forums/threads</a10:id><ttl>120</ttl><link>/Support/Forum/spirateam/reports/1737.aspx</link><item><guid isPermaLink="false">threadId=1737</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom reports</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> custom reporting</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> incident history</category><title>Exporting Incident Change History to Excel</title><description> We had the following request from a customer:   Id like to export the Incident Change History to Excel for reporting purposes.  In particular Im interested in seeing the Status Changes of all incidents in my project.  How can I implement such a report?  </description><pubDate>Sat, 26 Aug 2017 07:43:52 -0400</pubDate><a10:updated>2017-08-26T08:33:03-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1737.aspx</link></item><item><guid isPermaLink="false">messageId=3099</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> The following Entity SQL (ESQL) should be used to generate the report:   select C.CHANGESET_ID as C</title><description> The following Entity SQL (ESQL) should be used to generate the report:   select C.CHANGESET_ID as ChangeSetId, C.CHANGE_DATE as ChangeDate, C.ARTIFACT_ID as IncidentId, C.ARTIFACT_DESC as IncidentName,
D.FIELD_CAPTION as FieldName, D.OLD_VALUE as OldValue, D.NEW_VALUE as NewValue
from SpiraTestEntities.R_HistoryChangeSets as C join SpiraTestEntities.R_HistoryDetails as D on C.CHANGESET_ID = D.CHANGESET_ID
where C.PROJECT_ID = ${ProjectId} and C.ARTIFACT_TYPE_ID = 3
   The automated XSLT template that Spira will generate will look like:    
 
   
       ChangeSetId  ChangeDate  IncidentId  IncidentName  FieldName  OldValue  NewValue  
       
                              
         
       
         
     
    And the final output looks like:     ChangeSetId  ChangeDate  IncidentId  IncidentName  FieldName  OldValue  NewValue    5  2005-03-04T14:17:00  6  The book listing screen doesnt sort  Status  New  Open    6  2005-03-04T16:54:00  7  Cannot add a new book to the system  Type  Incident  Bug    7  2005-03-05T10:32:00  6  The book listing screen doesnt sort  Type  Incident  Bug    8  2005-03-05T10:35:00  7  Cannot add a new book to the system  Status  New  Open    13  2006-05-02T16:34:00  7  Cannot add a new book to the system  Status  Open  Assigned    </description><pubDate>Sat, 26 Aug 2017 08:33:02 -0400</pubDate><a10:updated>2017-08-26T08:33:02-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1737.aspx#reply3099</link></item></channel></rss>