WorkItemUpdater icon indicating copy to clipboard operation
WorkItemUpdater copied to clipboard

workitemLimit not working with sourcequery

Open crulat opened this issue 6 months ago • 0 comments

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" 

crulat avatar Aug 23 '24 13:08 crulat