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 个 reaction 已指派 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 中所示的配置,复现 System.Tags 仅设置为 Blocked 时以及 Blocked 与另一个标签组合时的 styleRules 行为。跟踪为看板项目应用样式时标签值的匹配方式;当 Blocked 规则在两种情况下都能一致地应用,同时 Priority 规则仍然正常工作时,即表示完成。

由索引模型根据 Issue 内容生成。

评估

领域
frontend
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
42/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。