Yes, it is possible to add custom date fields such as “UAT Sent Date” and “UAT Approved Date” to work item types like User Stories and Issues in Azure DevOps. You can customize your work tracking system by adding custom fields to capture additional data that is not covered by the existing fields.
Recommended Approach:
- Process Customization: You should create an inherited process if you are using the Inheritance process model. This allows you to customize work item types and add your custom fields.
- Adding Custom Fields: You can add custom fields through the Azure DevOps interface. After adding the fields, you can specify whether they are required and set default values.
- Field Configuration: You can also determine where these fields will appear on the work item form by using the Layout tab during the customization process.
Prerequisites and Permissions:
- Ensure that your project is configured to support the Inheritance process model.
- You may need appropriate permissions to customize processes and add fields.
Limitations:
- If your organization is using an older XML process model, you may be limited to that model for customization.
Queries, Dashboards, and Reporting:
- Once added, these custom fields can be included in queries, dashboards, and reporting tools like Power BI, allowing you to track and analyze data related to UAT aging and turnaround time effectively.
By following these steps, you can implement the required custom fields and enhance your tracking capabilities in Azure DevOps.