edtro / edtro/EdTro.AzureDevOps.Extensions.querybasedboards

styleRules on "System.Tags" doesnt work if there are more then 1 Tag on a PBI

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

説明

Hi,
For our teams need, I have implemented below StyleRules i.e.

1. When there is PBI with Priority = 1, then it changes color which is working fine.
2. When there is PBI with Tag = Blocked (only 1 Tag), then it changes color which is working fine but when Blocked is clubbed with another Tag then Stylerule fails. This really needs to be fixed or am I not configuring it correctly?

"styleRules":[
{
"field":"Microsoft.VSTS.Common.Priority",
"value":"1",
"color":"#FFA500"
},
{
"field":"System.Tags",
"value":"Blocked",
"color":"#F88379"
}
]

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

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

評価

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

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

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