edtro / edtro/EdTro.AzureDevOps.Extensions.querybasedboards

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

オープン
#44 コメント 2 件 リアクション 2 件 担当者 1 名 @edtro が担当を希望しています GitHub で見る
enhancement
主要言語
言語のデータがありません
スター
28
フォーク
3
PR マージ指標
30日以内にマージされた PR はありません

説明

**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"
}
]
},
```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。