Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

On this page:

Table of Contents
minLevel1
maxLevel6
outlinefalse
styledefault
typelist
printabletrue

With Jira advanced search

...

  1. Go to Apps > Extended Search to open the Extended Search page.

  2. 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.

  3. 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.