Can I add URL as a field in Azure DevOps work items via manually or through automation and that can be editable?
Expecting a new field type to add a URL to open a URL in a single click
Expecting a new field type to add a URL to open a URL in a single click
I am afraid that there is no built-in field type can meet your requirements.
To meet your requirement, you can use this extension: Clickable Links.
Here are the steps:
Step1: Create a normal string type field in work item(Organization Settings -> Process).
Step2: Click the option: Add custom control and select the normal string type field.
It will generate a new URL type field with the same name.
Result: