edtro / edtro/EdTro.AzureDevOps.Extensions.querybasedboards

Allowing Filter on Tags

Abierto
#93 2 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Sin datos de lenguaje
Estrellas
28
Forks
3
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Im trying to enable filter on tags and have the following config:

```
{
"settings": {
"showFilter": true,
"showArrows": true,
"showTags": true
},
"fields": [
{
"name": "System.AreaPath",
"title": "Area",
"filter": true
},
{
"name": "System.IterationPath",
"title": "Iteration",
"filter": true
},
{
"name": "System.Tags",
"title": "Tags",
"filter": true
},
{
"name": "Microsoft.VSTS.Scheduling.Effort",
"title": "Effort"
}
]
}
```

Ive tried with and without `"showTags": true` but to no effect. With `"showTags": true` the tags appear on the cards, but not filterable. Without `"showTags": true` no tags are shown on the card or on the filters.

Any ideas @edtro?

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.