On this page:
|
---|
With Jira advanced search
...
Go to Apps > Extended Search to open the Extended Search page.
Enter
issue in wildcardMatch("fixVersion", "v2.0*")
to find all issues with versions starting with “v2.0”. You can put a wildcard anywhere in a search text.Click Search.
...
issue in regex("fixVersion", "v2.[0-5]-beta")
Tip |
---|
The documentation for wildcardMatch and regex provides more examples of how to use the functions in Extended Search. |
Interactive walkthrough
Follow the interactive demo to see how to use the functions in Extended Search.
...
Interactive demo of the JQL queries described on this page.