DATASTAR: Add Work Item History
Adds a history entry to one or more Azure DevOps work items. The task calls the Azure DevOps REST API to create the entry.
Inputs
Required inputs marked with *.
| Input | Required | Description |
|---|---|---|
| History Text* | Yes | The history message. Multiline is fine, and the text can reference pipeline variables. Use {DateTime} to insert the current date and time; {DateTime:dd/MM/yyyy} for a specific format. Format strings use the .NET custom date format specifiers. |
| Work Items* | Yes | The work items to add history to, as a comma-separated list of ids. Usually bound to a pipeline variable. |
Advanced options
| Input | Description |
|---|---|
| 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. |
| Username | 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.