edtro / edtro/EdTro.AzureDevOps.Extensions.querybasedboards

Feature Request: Wildcards for string values

オープン
#79 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
言語のデータがありません
スター
28
フォーク
3
PR マージ指標
30日以内にマージされた PR はありません

説明

Hi and thanks for this great extension. We use tags a lot for organizing our work items, and I would love to setup the swimlanes accordingly. Let's assume the following configuration:

```json
....
"swimlanes":{
"field":"System.Tags",
"defaultValue":"focus",
"values":[
{
"value":"focus",
"title":"Current Features"
},
{
"value":"refactoring",
"title":"Housekeeping tasks"
}
]
}
```
The swimlanes only work as planned, if the items only have the mentioned tags (e.g. "focus"), no other values are allowed.

It would be great to either support regular expressions (aka wildcards) or support of additional operators (with "=" as default)

**Wildcards example**

```json
{
"value":"*focus*",
"title":"Current Features"
},
```
Potential issue might conflicts, if both tags are present.

**Complex Operators**
Supported Operators in DevOps for String fields are _= , <> , > , < , >= , <= , =[Field], <>[Field], >[Field], <[Field], >=[Field], <=[Field], Contains, Does Not Contain, In, Not In, In Group, Not In Group, Was Ever_

```json
{
"value":"focus",
"operator": "in"
"title":"Current Features"
},
```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。