Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creation of a custom board

I want to create a custom kanban board based on a new query for my team.

The ones you get by default seem to be an all or nothing thing, we would like to break down our work outside of sprint planning in to "feature boards" that contain items that may span multiple sprints but are towards a common sub goal of our project.

Is this possible?

like image 557
War Avatar asked Sep 17 '18 10:09

War


People also ask

How do I create a custom board in TTS?

Creating a BoardSelect Objects > Components > Custom to open the Custom Object menu, then select Board. Select an image then click Import. How you choose to import files impacts if other players can see them when you're finished.

How do I add custom boards to Arduino IDE?

In Arduino IDE - just go to “File” > “Preferences” and copy and paste the location (URL) of your package_boardname_index. json to the “Additional Boards Manager URLs” section on the bottom of the Preferences menu. Then hit OK. Run through the instructions from above for installing new boards if you have forgotten.


2 Answers

That's not the common scenario which TFS/Azure-Devops designed for.

Based on your requirement, you can try creating multiple teams and areas. Area paths allow you to group work items by team, product, or feature area. Then set team default to select the areas the specific team owns below. The selected area paths will determine what shows up on your team's backlog/board and what work items your team is responsible for.

Please see below articles for more information:

  • Kanban basics
  • Set team defaults
  • About area and iteration paths (aka sprints)

Besides, you can also try this extension: Kanban Board Tools, it provides a set of tools to enhance Kanban board usage within TFS and VSTS.

like image 197
Andy Li-MSFT Avatar answered Sep 20 '22 12:09

Andy Li-MSFT


You might want to take a look at this free extension: https://marketplace.visualstudio.com/items?itemName=realdolmen.querybasedboards, that allows you to display a query result into columns, based on work item states configuration.

like image 33
aforcina Avatar answered Sep 17 '22 12:09

aforcina