Skip to content

v15.0.4-Preview.7 - Fix/tfs attachment enricher unable to export (#2008)

Pre-release
Pre-release
Compare
Choose a tag to compare
@MrHinsh MrHinsh released this 26 Mar 10:25
15d98ab

From: @jacobmalliet\n\nResolves an issue with the TfsAttachmentEnricher where _server instance was always null. This seemingly occurred because of a duplicate WorkItemServer instance variable _workItemServer.\n\nAfter attempting to use workItemServer instead, I found that it was also not being set properly because of a null comparison being done incorrectly.\n\nThis change removes the duplicate WorkItemServer variable and properly initializes the _workItemServer before exporting attachments.\n\nFirst time contributing so let me know if you need anything else changed here.

Fix/tfs attachment enricher unable to export (#2008) for MrHinsh

Changes:

  • #2008: Fix/tfs attachment enricher unable to export
  • #2004: [preview] Update to now use values from TfsAttachmentEnricherOptions
  • #2003: [bug] Error as values not passed to attachment migrator

This list of changes was auto generated.