WorkItemUpdater
WorkItemUpdater copied to clipboard
workitemLimit not working with sourcequery
I have a following configuration and newest version (3.0.88) of WorkItemUpdater. During every run it seems that "workitemLimit" is not used at all. Latest run changed every PBI which "workiemsSourceQuery" as able to find. Have I configured something wrong :-D My config:
- task: WorkItemUpdater@3
inputs:
workitemsSource: "Query"
workitemsSourceQuery: "XXX"
workitemLimit: 5
workItemType: "Product Backlog Item"
updateAssignedTo: "Never"
workItemState : "Test"