When resubmitting work items, certain metadata may not be populated:
- Repository
- Branch
- SourcePrefix
- TeamProject
var creationRequest = new JobCreationRequest(details.Type, newJobListUri, details.QueueId)
{
Source = details.Source,
Creator = details.Creator,
Properties = ConvertPropertiesToImmutableDictionary(details.Properties)
.SetItem(HelixJobInfo.PreviousHelixJobNamePropertyName, originalJobName),
};
Compare the submitted job creation request details as compared to a fresh submission by the Helix SDK. These should be the same.
When resubmitting work items, certain metadata may not be populated:
Compare the submitted job creation request details as compared to a fresh submission by the Helix SDK. These should be the same.