I am a product owner using azure devops for backlog/story/bug/feature creation and organization. A repetitive task I find myself doing in is organizing the backlog by release version > priority > severity > last prioritized date to gain visibility. Because there are a lot of items, many existing before I came into the role, I was hoping there was an automated way to do this sorting task. I know I can create a query, but this doesn't allow for manual manipulation when it is needed. Is there another way to automate this, perhaps via script, or built-in function that I am not aware of?
Using a wiql query I can organize some items however once I create the query it becomes like a static report. I like the manual manipulation of the generic backlog but want to be able to quickly organize it via automation.
You can manually define work item queries and edit them from Azure DevOps UI.
Or run Queries - Create - REST API (Azure DevOps Work Item Tracking) via PowerShell script to create a query in Azure DevOps organization.
Here is an example: