edtro / edtro/EdTro.AzureDevOps.Extensions.querybasedboards
styleRules on "System.Tags" doesnt work if there are more then 1 Tag on a PBI
- Ngôn ngữ chính
- Không có dữ liệu ngôn ngữ
- Star
- 28
- Fork
- 3
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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"
}
]
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.