...
Code Block | ||||
---|---|---|---|---|
| ||||
affectedVersion IN projectMatchesversionMatches("v1.1.*") |
• Find issues fixed in versions that ther name contains 'alpha':
...
Code Block | ||||
---|---|---|---|---|
| ||||
affectedVersion IN projectMatchesversionMatches(".*SNAPSHOT") |
...
Code Block | ||||
---|---|---|---|---|
| ||||
affectedVersion IN projectMatchesversionMatches("v1.1.*") |
• Find issues fixed in versions that ther name contains 'alpha':
...
Code Block | ||||
---|---|---|---|---|
| ||||
affectedVersion IN projectMatchesversionMatches(".*SNAPSHOT") |