Versions Compared

Key

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

Creating, editing metadata is only one aspect of Metadata for Jira, you can also search for (non hidden) metadata.

You can use Jira's search (JQL) to find the following elements.

...

Now you want to search for issues that have been fixed in a hotfix version (e.g. 1.0.14).

Step-by-step guide

  1. Select the 'Issues' > 'Search Issues' option from the Issues menu.
  2. Switch to the advanced search mode by clicking on Advanced.
  3. Insert the following JQL

    Code Block
    fixVersion in versionsMetadata("hotfix", "yes")


...