Feature #15544
Queries: Issues with "RegEx"
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Resolution: |
Description
It would be nice to query issues with "RegEx" expression.
We have in our product circle version like "1.000", "1.001", "1.002"... .
We want to setup a project query which looks like this
"Target version" contains "1.\d\d\d" (Target version is like 1. anything)
We know we can make it via
"Target Version" is ... (and then select the versions which we want via multi select)
but when we want to add a new minor version we must update the query.
Is this a possible feature for the next minor release?