edtro / EdTro.AzureDevOps.Extensions.querybasedboards

Query Based Boards enables a user to visualize the result of work item queries as a board and track the dependencies.
MIT License
23 stars 2 forks source link

Feature Request: add all workitems to a swimlane under a certain area path #44

Open JamborJan opened 3 years ago

JamborJan commented 3 years ago

Current situation I'm using swimmlane definitions like shown in the example at the bottom. This works quite nice. Workitems which have these area paths set can be moved through the swimlanes. It's clear that it is not possible to change the area path via drag n drop, which is also a good behavior to not accidently change the area path.

I have area paths with deeper areas for example Platform\Team1 Platform\Team2 etc. On the board I need to create a swimmlane for every exact area path. Otherwise the Items are not shown or not movable on the board.

Desired behavor On the overall board I only want to see a swimmlane Platform. It should contain workitems which are on any area path beneath that parent area path. I also want to move these items in the swimmlane. That the area path will never be changed on the workitem is a goos behavor and shpuld stay as it is.

Example

   "swimlanes":{
      "field":"System.AreaPath",
      "defaultValue":"Planning",
      "values":[
         {
            "value":"Planning",
            "title":"Planning"
         },
         {
            "value":"Platform",
            "title":"Platform"
         }
      ]
   },
edtro commented 3 years ago

Hi @JamborJan Great idea, this would be a great addition to this extension. I will be looking into this. But I cannot give you an ETA... I am currently looking into other improvements. Kr Edward

JamborJan commented 3 years ago

Dear @edtro, much appreciated that you are considering my request. I have no expectation of instant delivery or anything like that. Thanks!