edtro / edtro/EdTro.AzureDevOps.Extensions.querybasedboards

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

Ouverte
#95 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Aucune donnée de langage
Étoiles
28
Forks
3
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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"
}
]

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.