WorkItemUpdater
WorkItemUpdater copied to clipboard
Source code for the VSTS WorkItemUpdater build task
Bumps [jszip](https://github.com/Stuk/jszip) to 3.10.1 and updates ancestor dependency [tfx-cli](https://github.com/Microsoft/tfs-cli). These dependencies need to be updated together. Updates `jszip` from 3.1.5 to 3.10.1 Changelog Sourced from jszip's changelog. v3.10.1 2022-08-02 Add...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.7. Changelog Sourced from minimist's changelog. v1.2.7 - 2022-10-10 Commits [meta] add auto-changelog 0ebf4eb [actions] add reusable workflows e115b63 [eslint] add eslint; rules to enable...
We use tags to indicate a work item is ready to be deployed. Could you add a filter by tag to the work item updater? Only work items with this...
Hello ! In my company, all the source code is on the same project "SourceHub" and each team has its own project where they manage their WorkItems how they want....
Getting the above error when trying to update a custom field value. using the below configuration: ``` - task: WorkItemUpdater@2 inputs: workitemsSource: 'Build' workitemLimit: '999' updateAssignedTo: 'Never' updateFields: 'Microsoft.VSTS.Build.IntegrationBuild,Test Build'...
Hi, We use the work item updater in build and release pipelines. We use yaml for our build pipelines. Everything works well, but if the task run, the pipeline report...
We were really looking forward to using this Azure DevOps Extension, but somehow we are facing issues with it. We've set it up in the release pipeline and it always...
##[error]Error: The identity value 'aad.xyz' for field 'Assigned To' is an unknown identity. This happens when the creator of the workitem is removed from the AAD in the mean time.
I have the option "Add as Development link" checked, however when running my build pipeline the logs show the following Found WorkItem: 2155 Updating WorkItem 2155 Build 922 already linked...
Hello, Is it possible to use build variables in the tags. I have tried with the following two YAMl options (I am running a multi stage YAML pipeline). Where ENV_RELEASE...