79117083

Date: 2024-10-23 08:38:55
Score: 0.5
Natty:
Report link

Since 2019 it has been possible to search using wildcards as requested by the OP.

e.g. find issues where

issueType = Epic
AND fixVersion ~ "Release_to_includ*"
AND fixVersion !~ "Release_to_exclud*"

For more complex (RegEx-powered) string filtering, see grundic's answer (which leverages ScriptRunner).

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: olisteadman