edtro / edtro/EdTro.AzureDevOps.Extensions.querybasedboards

Swimlanes includes a blank lane which sets field to default

オープン
#91 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
言語のデータがありません
スター
28
フォーク
3
PR マージ指標
30日以内にマージされた PR はありません

説明

When adding a custom configuration which leverage swim-lanes and a string-based field, it appears that a default "blank" swimlane is created and added at the bottom. Moving a work item to this field *in State* or *cross States* will push it to the pre-set `defaultValue` swimlane if allowed and the item is not already in the Swimlane value equal to `defaultValue`.

Additionally, if a State is marked with `"isBacklog": true`, the swimlanes are not available for that column (I assume because it instead maps to backlog priority?).

Should this blank swimlane exist? If so, can it gain context about the default value that is set when dragging an item here, ex 'Default: ' as the title to avoid confusion when multiple values are present?

![Image](https://github.com/user-attachments/assets/66aac4ee-6803-4702-821b-3c8ab5a45873)

````
"swimlanes":{
"field":"Custom.WorkStatus",
"defaultValue": "Active",
"values":[
{
"value":"Active",
"title":"Active"
},
{
"value":"Needs Clarification",
"title":"Needs Clarification"
},
{
"value":"Dependent On Other Work",
"title":"Dependent On Other Work"
},
{
"value":"Branch Not Available",
"title":"Branch Not Available"
},
{
"value":"Other",
"title":"Other"
}
]
}
````

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

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

評価

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

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

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