DATASTAR: Associate Build With Work Items
Associates the current build with one or more work items. By default, any existing build association is removed before the new one is created.
Inputs
Required inputs marked with *.
| Input | Required | Description |
|---|---|---|
| Work Items* | Yes | The work items to associate, as a comma-separated list of ids. Usually bound to a pipeline variable. |
Advanced options
| Input | Description |
|---|---|
| Remove Previous Links | Remove existing build links before creating the new association. |
| Repository Uri | The Azure DevOps collection URI. Defaults to BUILD_REPOSITORY_URI. |
| Bearer Token | Optional OAuth token. Set to $(System.AccessToken) to use the pipeline's built-in token. |
| User Name | Used for basic auth. If set, Password must also be set. |
| Password | Basic-auth password. Store as a secret variable. |
| Use Proxy Server | Route the request through the agent's web proxy. |
| Proxy Uri | Override the proxy URI. |
| Proxy Username / Password | Proxy credentials, if not using defaults. |
| Fail on Standard Error | Fail the task if anything is written to stderr. |
Support
Report problems to support@absolute.technology.