@elisra-devops/docgen-data-provider 1.129.0 → 1.131.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3585,9 +3585,6 @@ class ResultDataProvider {
3585
3585
  const relatedUrl = relation.url;
3586
3586
  try {
3587
3587
  const wi = await tfs_1.TFSServices.getItemContent(relatedUrl, this.token);
3588
- if (wi.fields['System.State'] === 'Closed') {
3589
- continue;
3590
- }
3591
3588
  if (selectedLinkedFieldSet.has('associatedRequirement') &&
3592
3589
  wi.fields['System.WorkItemType'] === 'Requirement') {
3593
3590
  const { id, fields, _links } = wi;