edtro / edtro/EdTro.AzureDevOps.Extensions.querybasedboards
Allowing Filter on Tags
- 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.