edtro / edtro/EdTro.AzureDevOps.Extensions.querybasedboards

Allowing Filter on Tags

Open
#93 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
28
Forks
3
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.