Reputation: 17485
Azure DevOps has good support for Board like Task Board , Backlog etc but some of this thing are public.
I want to manage my own taskboard without any sprint. Is it possible ?
Is it possible to create bulk task without taskboard or opening task window for each task and create.
Upvotes: 0
Views: 2335
Reputation: 3205
Is it possible to create bulk task without taskboard or opening task window for each task and create.
You could refer to this doc: https://learn.microsoft.com/en-us/azure/devops/boards/queries/import-work-items-from-csv?view=azure-devops to bulk import work items using CSV files.
The other way is to cyclic call this Rest API: Work Items - Create to create multiple tasks.
I want to manage my own taskboard without any sprint. Is it possible ?
I am afraid that it is impossible now. Taskboards track tasks defined for a sprint and you monitor the flow via the sprint burndown chart. It is by design. And you could follow this doc to customize a sprint Taskboard. If you prefer this feature, you could create a new suggestion ticket here. The product group will review these tickets regularly, and consider take it as roadmap.
Upvotes: 2