This extension provides a dynamic "Action Button" for Azure DevOps work item forms that allows users to concatenate multiple fields into a single multi-line text field.
Features
Dynamic Concatenation: Specify any number of fields to be joined.
Configurable UI: Customize the button text directly from the work item form configuration.
Validation:
Ensures all source fields are populated before processing.
Verifies that the target field is a multi-line field (PlainText or HTML).
Auto-Cleanup: Automatically clears the source input fields after a successful concatenation.
Detailed Logging: Optional console logging for troubleshooting and execution tracking.
Configuration Parameters
When adding the "Time Sheet Entry Control" to your work item form, you must configure the following inputs in the Options tab:
Fields to Concatenate (FieldsToConcat): A semicolon-separated list of field reference names to join.