edtro / edtro/EdTro.AzureDevOps.Extensions.querybasedboards

Allowing Filter on Tags

未关闭
#93 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
没有语言数据
星标
28
派生
3
PR 合并指标
30 天内没有已合并 PR

描述

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?

贡献指南

这个仓库没有索引到贡献指南

调研方向

首先,在启用 showTags 和 System.Tags 的情况下,复现 Query Based Boards Azure DevOps 扩展中的配置。验证标签在卡片上的显示方式,以及它们是否出现在筛选控件中;完成的标准是可以筛选标签,同时保留现有的卡片显示行为。

由索引模型根据 Issue 内容生成。

评估

技术栈
azure
领域
frontend
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。