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

Research direction

Start by reproducing the configuration in the Query Based Boards Azure DevOps extension with showTags and System.Tags enabled. Verify how tags are displayed on cards and whether they appear in the filter controls; done means tags can be filtered while retaining the existing card display behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.