-1

I have developed an Azure DevOps form control extension that validates whether all attached work items (linked items) are in the "Done" state. If any linked work item is not in the "Done" state, the extension displays an error message.

Currently, this functionality is tied to a visible UI element in the form. However, I want to use this extension purely for validation without introducing any visible UI components.

Any guidance or example would be greatly appreciated.

0

1 Answer 1

-1

This is the document for adding custom control :

https://learn.microsoft.com/en-us/azure/devops/extend/develop/custom-control?toc=%2Fazure%2Fdevops%2Fmarketplace-extensibility%2Ftoc.json&view=azure-devops

and you can make it hidden from process change as in this link :

https://learn.microsoft.com/en-us/azure/devops/organizations/settings/work/customize-process-field?view=azure-devops#hide-a-field-or-custom-control

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.