Skip to content

Commit

Permalink
Update for ExportUsersForMappingProcessor
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Aug 29, 2024
1 parent 1efdf92 commit 814a99d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,13 @@
"MaxGracefulFailures": 0,
"SkipRevisionWithInvalidIterationPath": false,
"SkipRevisionWithInvalidAreaPath": false
},
"ExportUsersForMappingProcessor": {
"Enabled": true,
"WIQLQuery": "SELECT [System.Id] FROM WorkItems WHERE [System.TeamProject] = @TeamProject AND [System.WorkItemType] NOT IN ('Test Suite', 'Test Plan','Shared Steps','Shared Parameter','Feedback Request') ORDER BY [System.ChangedDate] desc",
"OnlyListUsersInWorkItems": true,
"SourceName": "Source",
"TargetName": "Target"
}
}
}
Expand Down

0 comments on commit 814a99d

Please sign in to comment.