Skip to content

Commit 83bb7bb

Browse files
authored
Refactor logic to construct the work item properties from the GitHub issue and associated projects (#447)
* First checkpoint: Initial refactoring This commit makes some initial changes in the API, but no functional changes. It helped crystallize the design to begin creating some tests. * Checkpoint. Unit tests are all in place. * Parent node calculations are correct * Refactoring, part 1. * Rework the extended properties. Put all the computations for the work item properties in the constructor for the new type. Don't store user defined types, but the actual values used in the REST calls to Azure DevOps. * Final bits of simplification * Final refactoring Make the constructor logic simpler * Rename new class
1 parent cd3a428 commit 83bb7bb

File tree

10 files changed

+997
-266
lines changed

10 files changed

+997
-266
lines changed

actions/sequester/ImportIssues/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ private static async Task<QuestGitHubService> CreateService(ImportOptions option
117117
options.AzureDevOps.AreaPath,
118118
options.ImportTriggerLabel,
119119
options.ImportedLabel,
120-
options.DefaultParentNode,
121120
options.ParentNodes,
122121
options.WorkItemTags);
123122
}

0 commit comments

Comments
 (0)