aggregator-cli
aggregator-cli copied to clipboard
A new version of Aggregator aiming at Azure DevOps (ex Visual Studio Team Services)
I want to create new related item NOT child item. My code as below, ``` if (parent.WorkItemType == "Risk") { if (parent.State == "Impacted") { var newChild = store.NewWorkItem("Issue"); newChild.Title...
The usage of managed identities to log into Azure DevOps is now available in public preview. What would be great would be to enable system assigned managed identity on the...
# Steps to reproduce Use .impersonate=onBehalfOfInitiator directive and do any field change in a rule. Run with aggregator 1.2 ## Expected behavior Aggregator should save the changes. ## Actual behavior...
HI Team , i am getting error "error:API resource location is not registered on Azure devops Server (URL)" while trying to map rule. We are using docker image of aggregator...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
HI team, We have on prim azure devops server and using Docker for configuring TFS aggregator but I am not able to use Aggregator_SharedSecret with map.local.rule command , i cant...
I gone through **Operation returned an invalid status code 'Forbidden'** on below command, `.\aggregator-cli.exe install.instance --verbose --name AutoCalculate --resourceGroup myconame-vm-east1 --location "East US" `  I used this cli method...