Forum Discussion
FlorianFey
Sep 15, 2024Copper Contributor
Structure Work Items in Azure DevOps (Beginners question :) )
Hi guys, we are using Azure DevOps since few months and everything so far. We are using the Agile Process with Epic, Features, User Stories and Tasks. So for the main part everything is clear...
balasubramanim
Sep 24, 2024Iron Contributor
FlorianFey
Please try with this approach.
- Create a Feature for the internal development work, like "Refactoring" or "Code Optimization".
- Write a User Story from the developer's perspective, as you mentioned: "As a developer, I want to refactor this method to make it reusable across the application".
- Break down the user story into Tasks that outline the specific work needed.
- Use tags to distinguish internal tasks from customer-facing ones.
- Consider separate Areas or Iterations to keep these organizedBy doing this, you're adapting the Agile framework to fit your internal development needs.