...
• Find issues affected by versions that ther name starts with 'v1.1' i.e. 'v1.1.0', 'v1.1.2', 'v1.1.6', etc:
Code Block | ||||
---|---|---|---|---|
| ||||
affectedVersion IN versionMatches("v1.1.*") |
• Find issues fixed in versions that ther name contains 'alpha':
...
...
• Find issues affected by versions that ther name starts with 'v1.1' i.e. 'v1.1.0', 'v1.1.2', 'v1.1.6', etc:
Code Block | ||||
---|---|---|---|---|
| ||||
affectedVersion IN versionMatches("v1.1.*") |
• Find issues fixed in versions that ther name contains 'alpha':
...